Install api (back-end) and client (font) :
npm install
npm run install-clientRun application :
npm run start-
Create
.envfile inside/api/within the following data- MONGO_URL="mongodb+srv://..."
your mongodb atlas url - TOKEN_SECRET=4f56ds454f545f454f545f4d5
your random secret keyGenerate web token to jwt.io - REACT_APP_API_URL = "http://localhost:5000/api/" or "https:your-app.herokuapp.com/api/
- MONGO_URL="mongodb+srv://..."
💻 Custom project to Artkabis, Sept 2021.