Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naralc/code-crush-interview
https://github.com/naralc/code-crush-interview
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/naralc/code-crush-interview
- Owner: NaralC
- Created: 2023-07-16T20:16:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T13:12:12.000Z (8 months ago)
- Last Synced: 2024-03-22T14:28:05.489Z (8 months ago)
- Language: TypeScript
- Homepage: https://code-crush-demo.vercel.app
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- NPMAlso 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 engineNote: to upload pre-made questions to Supabase, it can be done via the `Table Editor` -> `Insert` -> `Import data from CSV`