https://github.com/dhzdhd/etd-backend
Backend for the ETD app
https://github.com/dhzdhd/etd-backend
google-dictionary nestjs playwright scraper
Last synced: 4 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T09:48:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T02:33:23.141Z (5 months ago)
- Topics: google-dictionary, nestjs, playwright, scraper
- Language: TypeScript
- Homepage:
- Size: 336 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)