Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 937 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 937 Bytes

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