the project was made to be submitted for a company interview
- Create a survey.
- Choose a survey from a list and take it.
- See the results from your survey.
- Clone the project:
git clone "https://github.com/Osama-REOPRO/survey-creator-project-akin.git"
- Once finished, we need to start our backend server. In order to do that, we navigate to the backend folder from the inside of our cloned repository folder with the following command:
cd backend-node
- Load the required node modules:
npm i
- After all node modules are loaded we can start our server using the node command like this:
node index.js
- All set now the backend is up and working.
- open a new terminal window on the "frontend-react" directory and download the dependencies:
npm i
- Once all dependencies are downloaded, run the next command to start the app:
npm start
- All done.