Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rqbazan/corona-map-api
The REST API Service to manage data about the Coronavirus 🦠in Peru
https://github.com/rqbazan/corona-map-api
heroku integration-testing migrate mongodb supertest
Last synced: about 1 month ago
JSON representation
The REST API Service to manage data about the Coronavirus 🦠in Peru
- Host: GitHub
- URL: https://github.com/rqbazan/corona-map-api
- Owner: rqbazan
- Created: 2020-03-25T00:48:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T06:07:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T16:10:02.566Z (almost 2 years ago)
- Topics: heroku, integration-testing, migrate, mongodb, supertest
- Language: TypeScript
- Homepage: https://app.swaggerhub.com/apis-docs/rqbazan/corona-map-api/1.0.0#/
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Corona Map API
The REST API Service to manage data about the Coronavirus in Peru.
## How to setup de project?
1. Run `yarn` to install all the dependencies
2. Follow the `.env.example` structure to create your `.env` file
3. Run `docker-compose up -d`
4. Run `yarn migrate up` to populate the local mongodb## How to run the project?
Execute `yarn dev` for development purposes and `yarn start` for a production
ready environment> The production environment must has the application build. Run `yarn build` to
> get it.## What about the information source?
- [INDECI](https://www.indeci.gob.pe/informe/reportes-preliminares-complementarios-emergencias/?title=CORONAVIRUS&tipo_alerta=&anos_alertas=0)
## Related Projects
- [Corona Map Web](https://github.com/rqbazan/corona-map-web)