/mern-notes-app

A Notes application created with the MERN stack. We can get, create, update and delete notes for different users.

Primary LanguageJavaScript

Welcome to MERN Notes App 👋

Version Twitter: diegobtancourt

A Notes App created with MongoDB, ExpressJS, React and NodeJS. This project was created following this tutorial

Install

Make sure you have Mongodb active:

$ sudo service mongod status
$ sudo service mongod start
$ cd backend
$ npm install
$ npm run dev

$ cd ../frontend
$ npm install
$ node npm start

Usage

Gif notes application

Author

👤 Diego Betancourt

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator