Simple webapp using react.js (Frontend), mongoDB and Express(Backend) that keeps note locally, built as a part of challange on Angela course on udemy. On this webapp u can add and delete items, it stores it on local mongodb.
- Clone the repository.
- Open the terminal
- Enter to the server folder and and start it by writing in the terminal nodemon server.js
- Execute mongoDB server with mongod/robo3T
- Enter to frontend folder and write in the terminal npm start
- Have fun 😎