Skip to content

MERN Stack simple CRUD with Login & Registration System

Notifications You must be signed in to change notification settings

KavinduLiyanage/Simple-Crud-New

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available Scripts

In the project directory, you can run in the terminal:

npm install

For Install initial Dependencies

npm run dev-i

For Install all the Dependencies for Client and Server.

Getting Started

npm run dev

This command automatically run the server and client processes concurrently and automatically runs the browser.
If you want to run application manually Open http://localhost:3000 to view client application in the browser.
Server will run in http://localhost:5000