Let's setup the backend server on your local machine.
- Install Node.js
Fork this repo to your GitHub account
Clone the forked repo to your local machine
git clone https://github.com/<YOUR-GITHUB-USERNAME>/Quiz-App.git
Navigate to project directory
cd Quiz-App
cd quiz
yarn install
Your application setup is successfully completed!
# development
$ yarn start