https://github.com/jane-does-coding/myquizlet
https://github.com/jane-does-coding/myquizlet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/myquizlet
- Owner: jane-does-coding
- Created: 2024-07-30T17:08:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:50:54.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:43:07.397Z (12 months ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Quizlet

Similar website to the quizlet except for with many changes, I decided to add
## Technologies used
[](https://skillicons.dev)
## Demo
Unable to deploy
## Usage
Prerequisites
- Node.js (v14 or later)
- NPM or Yarn
- A server (Linux, Windows, or macOS)
Clone the project
```
git clone https://github.com/jane-does-coding/MyQuizlet
```
Install dependencies
```
npm i
```
Create .env
```
DATABASE_URL=
NEXTAUTH_SECRET=
```
Set up prisma
```
npx prisma generate
npx prisma db push
```
Run it
```
npm run dev
```