Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)