- run
sh setup.sh - fill the
.env-files (in project root & /prisma) with your configuration or leave it as it is (default configurations)
**~~ OR ~~**
- copy
example.envto.env(project root) - copy
example.envto.env(/prisma) - fill the
.env-files (in project root & /prisma) with your configuration or leave it as it is (default configurations)
- run
make startordocker-compose up -d --build - open the browser and go to
http://localhost:5000to see the app - open the browser and go to
http://localhost:5000/graphqlto see the GraphQL-Playground
- run
make stopordocker-compose stop