Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:50:54.000Z (4 months ago)
- Last Synced: 2024-08-29T14:58:35.957Z (4 months ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 0
- 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
[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,nextjs,react,github)](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
```