https://github.com/cosmitar/cs_task
Repository for CS Engineering test task
https://github.com/cosmitar/cs_task
Last synced: 21 days ago
JSON representation
Repository for CS Engineering test task
- Host: GitHub
- URL: https://github.com/cosmitar/cs_task
- Owner: Cosmitar
- Created: 2024-02-27T10:58:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T12:28:45.000Z (over 1 year ago)
- Last Synced: 2025-02-25T20:18:08.999Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cs-task-psi.vercel.app
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS Test Task
live version: [https://cs-task-psi.vercel.app](cs-task-psi.vercel.app)
## Development
- clone this repo
- install dependencies `npm install`
- config env vars (provided privately)
- run locally `npm run dev`
## Prisma Studio
- run `npx prisma studio`
Currently there's only one instance of the DB, the same for live version in Vercel.
## Deployment
- CI setup for deploying on Vercel everything pushed to main.