Skip to content

achmadya-dev/backend-express-typescript

Repository files navigation

🚀 Installation

📂 Clone the repository

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

📦 Install all dependencies

npm install

📋 Copy .env.example to .env

cp .env.example .env

🐳 Run Docker for the database

docker compose up -d

🔧 Run Prisma migration

npm run migration:generate

💻 Run the application

npm run dev

🌐 Access Swagger APIs

http://localhost:8000/api-docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published