Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 715 Bytes

WebNotes

A note making application build using MERN stack.

Demo

Installation:

  1. Install dependencies for server

npm install

  1. Install dependencies for client

npm run client-install

  1. Run the client and server concurrently

npm run dev

  1. Run the server only

nodemon server

  1. Run the client only

npm run client

Server runs on http://localhost:4000 and client on http://localhost:3000

Check the app live on https://web-note-app.herokuapp.com/

More:

If you dont have mongodb on your system install using the link below. https://docs.mongodb.com/manual/administration/install-community/

Why

  1. To Practice MERN stack
  2. To Practice GitHub flow