Clone this repo:
$ git clone https://github.com/oHTGo/Backend-Flutter
Install Yarn: $ npm install yarn -g
Install dependencies: $ yarn
Create a file called .env and ormconfig.env with the content taken from .env.example and ormconfig.env.example in folder env_example
Setup Docker: Google
Run $ docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d and wait for docker to run the container
- Import 2 files:
Backend Environments.postman_environment.jsonandBackend-Flutter.postman_collection.json - Edit
variable environmentsin Postman:host,port,versionand some other variables - Use
API