Quizz app aplication built using MEAN stack. Made with ❤️ by Diego EM.
If you love my project please give me a ⭐. I'd appreciate it very much!
2022-03-11.12-37-36.mp4
- Clone repository
git clone https://github.com/Diego-EM/Quizzme.git- Get in the client folder and install dependencies
cd clientnpm i- Start the client
ng serve- Get in the main folder and install dependencies
npm i- Start the server
npm run devYou can import the JSON files in the server folder to your MongoDB
mongorestore dump
