This microservice is responsible for handling user data.
Please run docker-compose up
in project root directory.
App will be available via localhost:8080 and phpMyAdmin
will boot into localhost. After this you can just continue
developing.
Please deploy this app to production like you would deploy normal Symfony application. Please refer Symfony guide here.
For production variables, please create api/.env.prod.local
.
Please start application and visit front or /docs.json.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
GPLv3. Please see LICENSE file for further information.