A simple MERN stack app to demonstrate signup and login using JWT.
clone
/fork
->clone
the replository.- Start mongodb server using
mongod
. cd
into the project's root directory and then runnpm install
.- Run
npm run dev
to run in development mode and open http://localhost:3000 to view it in your browser.
Please note that nodejs along with npm and mongodb should be downloaded and properly installed in your computer for it to work.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Deletes the node_modules
directory and package-lock.json
.
Starts only the server at http://localhost:5000
Install all the required packages / dependencies to run the app.