https://github.com/achmadya-dev/backend-express-typescript
https://github.com/achmadya-dev/backend-express-typescript
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/achmadya-dev/backend-express-typescript
- Owner: achmadya-dev
- Created: 2024-09-22T01:15:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-24T00:30:21.000Z (over 1 year ago)
- Last Synced: 2024-10-25T17:58:52.634Z (over 1 year ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```