/LogIn-SignUp

Login/SignUp implementation using MERN stack

Primary LanguageJavaScript

Front-End - React + Redux

Back-End - Node.js, Express.js & MongoDB

Steps to run in development mode:

  1. Clone the repo or download a zip.
  2. Make sure you have Node.js & MongoDB installed in your system.
  3. Run (from the root) npm install and cd client && npm install to download dependencies.
  4. Start MongoDB service.
  5. cd .. && npm run dev to start server and client concurrently.