Project Name: Keep Node version: v16.13.0 Npm version: 8.1.0
Notes app, sinilar to google keep where you can manage you notes, add tags and filter by them.
Server was written with Express framework, using Mongo as db.
Client was written with React
First of all download mongo link
In order to run the project, please clone the repo and then run the following commands:
go to server folder:
run npm install run node index.js go to client/my-app folder:
run npm install run npm start