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

https://github.com/achmadya-dev/backend-express-typescript


https://github.com/achmadya-dev/backend-express-typescript

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

## 🚀 Installation
📂 Clone the repository

```bash
git clone https://github.com/achmadya-dev/backend-app-ts.git
```

📦 Install all dependencies

```bash
npm install
```

📋 Copy .env.example to .env

```bash
cp .env.example .env
```

🐳 Run Docker for the database

```bash
docker compose up -d
```

🔧 Run Prisma migration

```bash
npm run migration:generate
```

💻 Run the application

```bash
npm run dev
```

🌐 Access Swagger APIs
```bash
http://localhost:8000/api-docs
```