Demo: friendornot
friendornot uses MERN stack.
- MongoDB (mongoose)
- Express
- React (material-ui)
- Node
- First download the project.
- Install dependencies.
npm install
-
For data base go to config folder , default.json and replace your db link and secret token.
-
Run the project
npm run dev
For the database you can go to this link and set up your MongoDB Atlas account for free.
Or You can use desktop version.
All you need get your MongoDB connection string and go to the third part of how to start. somthing like this:
mongodb+srv://<username>:<password>@<DB name>.dhmxy.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
For more information about MongoDB Atlas: MongoDB Atlas docs
- Wriet tests
- Change some codes
- add send files via chat