https://github.com/secmohammed/weather-poc
https://github.com/secmohammed/weather-poc
cache docker nestjs postgresql sequelize
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/secmohammed/weather-poc
- Owner: secmohammed
- Created: 2023-03-27T06:12:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T06:12:29.000Z (about 3 years ago)
- Last Synced: 2025-10-06T23:34:10.956Z (9 months ago)
- Topics: cache, docker, nestjs, postgresql, sequelize
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the application, you have to run
```shell
docker compose up
```
- The application is going to create the database if it doesn't exist and connect to it automatically. Therefore, there is no any prerequisites to bootstrap the app.
- You can go to localhost:8000/api to browse the SWAGGER API documentation and execute the requests
### FOR RUNNING E2E TESTS
After running docker compose up
** Note: The application is going to create the database as well for the testing environment if doesn't exist and will drop it when tearing down.
> npm run test:e2e