- 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.env
to.env
(project root) - copy
example.env
to.env
(/prisma) - fill the
.env
-files (in project root & /prisma) with your configuration or leave it as it is (default configurations)
- run
make start
ordocker-compose up -d --build
- open the browser and go to
http://localhost:5000
to see the app - open the browser and go to
http://localhost:5000/graphql
to see the GraphQL-Playground
- run
make stop
ordocker-compose stop