Skip to content

an application to create questions and test your knowledge

Notifications You must be signed in to change notification settings

jardelgoncalves-dev/fb-quest

Repository files navigation

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

About

an application to create questions and test your knowledge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published