Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 397 Bytes

corona-web

The main web application for CoronaTracker

Getting Started

run npm install

run cp .env.local .env and update .env with appropriate values

run npm run dev

go to http://localhost:3000/

API Document

We use apiDoc to help us generate document.

how to generate document by Cli

run npm run gendoc

go to http://localhost:3000/doc