/JetFlex

MERN Stack project.

Primary LanguageJavaScript

JetFlex

MERN Stack project.

Preparing the project:

1- Head over to each 
2- Open a command prompt
3- Type "npm install"
// you have to do this in each folder separately. 

Starting Backend Server

To start the backend server, do the following:

1- Head over to Backend folder
2- Open a command prompt
3- Type "nodemon server.js"

Starting Frontend server

To start the frontend server, do the following:

1- Dead over to the Frontend folder
2- Open a command prompt
3- Type "npm start"