https://github.com/cyscomvit/recruitments
https://github.com/cyscomvit/recruitments
hacktoberfest
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyscomvit/recruitments
- Owner: cyscomvit
- Created: 2024-07-21T07:03:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:35:24.000Z (over 1 year ago)
- Last Synced: 2025-02-23T03:49:00.129Z (over 1 year ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Local dev setup
1. Install project dependencies
```
npm i
```
2. Create a .env file from the .env.example file
```
cp .env.example .env
```
3. Seed the database
```
npm run db:seed
```
3. Run the project
```
npm run dev
```
Use prisma studio to view the database
```
npx prisma studio
```