An application to create questions and test your knowledge
- Using npm
npm i
- Using yarn
yarn
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 command:
npm run dev
Enter the webapp
directory and run:
npm start