Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naralc/code-crush-interview


https://github.com/naralc/code-crush-interview

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

### This is a Next.js/T3 project. Refer to its documentation here: https://create.t3.gg/

### Requirements
To run this, you need:
- Node.js (preferably 18.0 and up)
- NPM

Also make sure you fill in all variables in .env.example, then put them under a new .env

### Useful Commands
- `npm i` when you've just freshly cloned the project
- `npm run dev` to start local development
- `npx prisma studio` to access the database from the web
- `npx prisma db push` to sync your database with local schema
- `npx cypress open` to open the testing engine

Note: to upload pre-made questions to Supabase, it can be done via the `Table Editor` -> `Insert` -> `Import data from CSV`