Slownik PWR
Slownik PWR is a social media project for the universities.
Setup
In order to run the project
- Use git clone to clone the project
- In order to not push your api secret, run git update-index --assume-unchanged ./secret.js (This will avoid git to track your secret.js file)
- Change the username and password of the mongodb key in the secret.js file (Now even after the change git doesn't track changes)
- Execute npm start