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

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

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.