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
- Clone the repository
- type the following command in your project root directory
cd backend
npm install
cd frontend
npm install
- You need to install MongoDB database and also start the server of MongoDB
- Run the frontend server and backend server
cd frontend/node server
cd backend/npm start
- webpack development server will start at: http://localhost:80
- development server will start at: http://localhost:8080