Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 845 Bytes

File metadata and controls

37 lines (20 loc) · 845 Bytes

Project Name & Pitch

QuiZap

An application that allows users to create and edit quizzes and flashcards, which can be shared to others.

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

If you are starting in the directory this README is in, make sure you run:

cd quizap

before you run:

npm install

so that you are in the proper directory.

To Start Server (make sure you're still in the right directory!):

npm run dev

To Visit App:

localhost:3000

Backend Setup

This application makes use of the Firebase Firestore database and storage for its backend. Unless something has happened, the backend should already be running when you start the application. It also makes use of Firebase's authentication system.