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

https://github.com/syedtazyeen/passify-express

Passify backend - ExpressJs REST API
https://github.com/syedtazyeen/passify-express

event-management expressjs nodejs prisma rest-api typescript

Last synced: 12 months ago
JSON representation

Passify backend - ExpressJs REST API

Awesome Lists containing this project

README

          

# passify-express
Passify backend - ExpressJs REST API

## Prerequisites

Before you begin, ensure you have met the following requirements:

- Node.js installed on your local machine.
- Basic understanding of TypeScript and Express.js.

## Getting Started

### 1. Clone the repository:

```bash
git clone https://github.com/syedtazyeen/passify-express.git
```

### 2. For dev
```
npm run dev
```

### 3. To make .js build
```
npm run build
```

### 3. To build run
```
npm start
```