Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ishre-yash/tms


https://github.com/ishre-yash/tms

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tourism Management System

## Installation

Install tms with pnpm

```bash
git clone https://github.com/ishre-yash/tms.git
```

```bash
cd tms
```

```bash
npm install
```

```
npx prisma migrate dev --name init
```

`add .env file and add environment variables`

```bash
pnpm dev
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`DATABASE_URL`

`NEXTAUTH_SECRET`