https://github.com/edamghy/mongo-next
https://github.com/edamghy/mongo-next
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edamghy/mongo-next
- Owner: EDAMGHY
- Created: 2024-05-23T20:50:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-31T20:58:39.000Z (12 months ago)
- Last Synced: 2025-02-05T13:38:08.284Z (4 months ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TasksApp
This is a simple Tasks app built with Next.js 14.2, Prisma, NextAuth, and MongoDB.
## Running the Project
To run the project, you first need to set up the provider environment variables:
- DATABASE_URL
- GITHUB_ID
- GITHUB_SECRET
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- NEXTAUTH_URL
- NEXTAUTH_SECRET## Steps
1. **Install Project Dependencies**:
```bash
yarn install
```2. **Sync the Prisma Database with MongoDB (Atlas)**:
```bash
yarn db:push
```3. **Run the Development Script**:
```bash
yarn dev
```