A simple quiz plattform with Next.js
This app features all the latest tools and practices in web development!
- ⚛️ React Js — A JavaScript library for building user interfaces
- ⚛️ Next.js — A React framework for developing single page aplications using javascript or typescript
- 💹 Node Js — A web framework for Node Js
- 💹 MongoDB — A document database, which means it stores data in JSON-like documents
- Clone this repo using git clone
https://github.com/joaovamattos/next-quiz.git
- Move yourself to the appropriate directory:
cd next-quiz
- Run
yarn
to install dependencies - Create a
.env
file and add the MongoDB URL connection in DATABASE_URL field with theNext Auth
fields (see more aboutNext Auth
fields in the docs) - Run
yarn dev
to start the server
This project is licensed under the MIT License - see the LICENSE page for details.