Please, follow the next instructions:
-
Go to directories Frontend and Backend and run
npm i
-
Create a
.env
file in the root directory of Backend with this content
SERVER_HOSTNAME=127.0.0.1
SERVER_PORT=3001
DATABASE_URL=mongodb+srv://Public:123456Aa@cluster0-gzhtc.mongodb.net/test?retryWrites=true&w=majority
JWTSECRET=rickandmorty
- Run
start_all.bat
to start server and client in your OS default browser