Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todd-demone/express-mariadb-docker-typescript
A starter template for making Express-TypeScript-MariaDB-Docker apps
https://github.com/todd-demone/express-mariadb-docker-typescript
Last synced: about 10 hours ago
JSON representation
A starter template for making Express-TypeScript-MariaDB-Docker apps
- Host: GitHub
- URL: https://github.com/todd-demone/express-mariadb-docker-typescript
- Owner: todd-demone
- Created: 2024-09-02T23:58:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T19:32:31.000Z (2 months ago)
- Last Synced: 2024-09-06T15:56:32.530Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-MariaDB-TypeScript-Docker
A starter template for making Express-TypeScript-MariaDB-Docker apps
## Prerequisites
1. Install Docker on your machine.
## Get Started
1. `git clone` this repo
2. `cd express-mariadb-typescript-docker`
3. `cp .env.example .env`
4. If using in production, change `.env`, `Dockerfile` and `docker-compose.yml` as necessary
5. `docker compose up --build`
6. go to http://localhost:3000
7. `docker compose down` when finished