/fb-quest

an application to create questions and test your knowledge

Primary LanguageJavaScript

FB Quest

An application to create questions and test your knowledge

Install the dependencies for backend

  • Using npm
npm i
  • Using yarn
yarn

Install the dependencies for frontend

Enter the webapp directory and run:

  • Using npm
npm i
  • Using yarn
yarn

It is necessary to have mongodb installed or the docker

docker run -d --name mongodb -p 27017:27017 mongo

Run Backend

Run command:

npm run dev

Run Frontend

Enter the webapp directory and run:

npm start