Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristobalgvera/world-travel
Apps and APIs related with my world travel project.
https://github.com/cristobalgvera/world-travel
angular docker nestjs nx typescript
Last synced: 29 days ago
JSON representation
Apps and APIs related with my world travel project.
- Host: GitHub
- URL: https://github.com/cristobalgvera/world-travel
- Owner: cristobalgvera
- Created: 2024-12-18T02:45:38.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:41:04.000Z (30 days ago)
- Last Synced: 2024-12-18T04:21:55.689Z (30 days ago)
- Topics: angular, docker, nestjs, nx, typescript
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Travel Projects
Apps and APIs related with my world travel project.
## TL;DR
Choose one of the following options:
- Serve locally
```sh
pnpm install
pnpm nx run-many -t serve
```- Serve inside Docker
```sh
docker compose up --build -d
```Then go to:
- Yard Sale APP: [http://localhost:4200](http://localhost:4200)
- Yard Sale API: [http://localhost:3000](http://localhost:3000)