Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.21 KB

EnQ server

  • Semester: 20.1A
  • Subject: Practice Project A
  • Topic: implement a english quiz app for mobile devices.

Tech stack

Database Diagram:

Docs

https://enq.readme.io/docs

Members

Setting up development environment in this project 🛠

  • Create firebase project with your account
  • Download serviceAccounts in firebase to this project
  • git clone https://github.com/nguyenbinhanltv/EnQ-server.git
  • cd EnQ-server
  • npm i for install the dependency
  • npm run for running the API
  • The API server should run on http://localhost:3000