- server
cd into server and make a copy of .env.example and rename it to .env
- client
cd into client and make a copy of .env.example and rename it to .env
if you use docker cd into server and run the following command
docker-compose up -d
otherwise please provide your local database instance and use the configuration from the env file in the server directory
cd into server directory and run the following command
npm run seed
cd into the server directory and run the following command
npm run start
open your browser and navigate to the http://localhost:3000
open your browser and navigate to the http://localhost:3001/api-docs