Registration From Javascript and Jquery and Node js

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Follow the steps

  1. Clone the repository
  2. type the following command in your project root directory
cd backend
npm install
cd frontend
npm install
  1. You need to install MongoDB database and also start the server of MongoDB
  2. Run the frontend server and backend server
cd frontend/node server
cd backend/npm start
  1. webpack development server will start at: http://localhost:80
  2. development server will start at: http://localhost:8080