- Clone client-side of app on your computer from HERE (All instruction about client settings you can find also in README in client-side repository)
- Clone server-side (this repository)
- Run
npm installto install all libraries (dependencies) of project - In server folder create file
.env. There you must add this
secretKey=<secretKey>
dbURL=<url> // Your Mongo Atlas DB URL, Example: mongodb+srv://<userlogin>:<password>@cluster0.udmsc.mongodb.net/<dbname>?retryWrites=true&w=majority- Run
npm run devto run app in development mode