Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishre-yash/tms
https://github.com/ishre-yash/tms
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ishre-yash/tms
- Owner: ishre-yash
- Created: 2023-11-13T12:18:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T16:33:47.000Z (11 months ago)
- Last Synced: 2023-12-15T17:37:48.336Z (11 months ago)
- Language: TypeScript
- Homepage: https://tms-ishre-yash.vercel.app
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`