Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhzdhd/etd-backend
Backend for the ETD app
https://github.com/dhzdhd/etd-backend
google-dictionary nestjs playwright scraper
Last synced: about 7 hours ago
JSON representation
Backend for the ETD app
- Host: GitHub
- URL: https://github.com/dhzdhd/etd-backend
- Owner: dhzdhd
- License: agpl-3.0
- Created: 2023-09-12T14:54:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-15T08:28:22.000Z (over 1 year ago)
- Last Synced: 2023-09-15T09:13:56.776Z (over 1 year ago)
- Topics: google-dictionary, nestjs, playwright, scraper
- Language: TypeScript
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ETD Backend
## Setup (hosting)
- Download `docker-compose-host.yaml`
- Create a `.env` file and populate as per `.env-example`
- Run `docker compose -f docker-compose-host.yaml up -d`
- Access the api on `http://localhost:3000`## Setup (dev)