Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielhdezller/real-time-covid
The aims of this Nestjs small project is to provide a few endpoints to transform covid raw data in to useful information.
https://github.com/danielhdezller/real-time-covid
nestjs typescript
Last synced: 1 day ago
JSON representation
The aims of this Nestjs small project is to provide a few endpoints to transform covid raw data in to useful information.
- Host: GitHub
- URL: https://github.com/danielhdezller/real-time-covid
- Owner: danielhdezller
- License: mit
- Created: 2022-01-22T09:41:10.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-29T18:41:46.000Z (about 2 years ago)
- Last Synced: 2024-11-12T01:43:45.452Z (2 months ago)
- Topics: nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# real-time-covid
The aims of this small project is to provide a few endpoints to transform raw data in to information.## Steps to start the application.
1. Clone the project.
2. Set the environments variables.
```bash
Copy and paste the file config.json.example
with out the .example at the end.
```
3. From the terminal move to the directory .docker/environments/dev and run the command:
```bash
# to start the application service and database.
$ docker-compose up
```
4. Look the Swagger:- [Real-Time-Covid Swagger](http://localhost:3000/real-time-covid-swagger) Open it after the server start.
## Developed with:
- [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
- [CovidApi](https://documenter.getpostman.com/view/10808728/SzS8rjbc) the source covid data.## Developed by:
- Author - [Daniel Hernández Llerena](https://github.com/danielhdezller)