Skip to content

πŸ€– The MERN app - The developers dashboard with advance functionality. πŸ”₯

Notifications You must be signed in to change notification settings

ChetanAtrawalkarCA/MERN-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 

Repository files navigation

1. MERN Application- User dashboard

Its a purpose build to connect developer with each other from entire world for sharing ideas about development. In which added some functionality like login, signup, contact us, add authentication using JWT.

Instructions

Fork, then download or clone the repo.

git clone https://github.com/<your-user-name>/mern-crud.git

Make sure MongoDB service is running.

The config folder contains a file named db.js. Before running locally, change the value of db as seen in the code below.

For the back-end, install the dependencies once via the terminal.

npm install

Run the main server. It listens on port 3000.

CORS=1 node server

View it on the browser.


If you want to configure the front-end, go to react-src folder via the terminal.

cd client/src

Install the dependencies required by React once.

npm install

About

πŸ€– The MERN app - The developers dashboard with advance functionality. πŸ”₯

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published