Skip to content
This repository was archived by the owner on Mar 2, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 993 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 993 Bytes

GameTactic Users

This microservice is responsible for handling user data.

Installation

Development

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.

Production

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.

Documentation

Please start application and visit front or /docs.json.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Credits

License

GPLv3. Please see LICENSE file for further information.