Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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