Skip to content

pateljannat/WebNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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