Aniket8947 / mern-stack_with_authentication_using_jwt

A complete project using mern stack with basic crud options and authentication using jwt
0 stars 0 forks source link

Complete mern project along with authentication

basic steps to be followed

cd frontend npm install

cd backend npm install

make a .env file for environment variables in the backend

npm run dev (for starting the backend server)

npm start (for starting the frontend - react server)

AND you are good to go