Skip to content

joaovamattos/next-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


next-quiz

Next Quiz

A simple quiz plattform with Next.js

License MIT

demo

Features

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

Getting started

  1. Clone this repo using git clone https://github.com/joaovamattos/next-quiz.git
  2. Move yourself to the appropriate directory: cd next-quiz
  3. Run yarn to install dependencies
  4. Create a .env file and add the MongoDB URL connection in DATABASE_URL field with the Next Auth fields (see more about Next Auth fields in the docs)
  5. Run yarn dev to start the server

License

This project is licensed under the MIT License - see the LICENSE page for details.