npm installcd client
npm install{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>"
}You can concurrently start the client and server using the command below.
npm run devor
You can start the server and client in separate terminals using the below two commands.
npm run server
npm run clientAditya Kumar Cypher