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
- Host: GitHub
- URL: https://github.com/syedtazyeen/passify-express
- Owner: syedtazyeen
- License: apache-2.0
- Created: 2024-05-13T11:20:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T20:29:01.000Z (about 2 years ago)
- Last Synced: 2025-05-16T07:09:39.586Z (about 1 year ago)
- Topics: event-management, expressjs, nodejs, prisma, rest-api, typescript
- Language: TypeScript
- Homepage: https://passify-express.onrender.com.
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```