https://github.com/hackinggate/social-activities-web
https://github.com/hackinggate/social-activities-web
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackinggate/social-activities-web
- Owner: HackingGate
- Created: 2022-06-28T05:31:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:18:50.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:18:51.456Z (over 1 year ago)
- Language: TypeScript
- Homepage: social-activities-web.vercel.app
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Activities Web
[](https://github.com/marketplace/actions/super-linter)
## Getting Started
### 1. Download project and install dependencies
Download this project:
```bash
git clone https://github.com/HackingGate/social-activities-web.git
```
Install npm dependencies:
```bash
cd social-activities-web
yarn install
```
Generate prisma and nexus:
```bash
yarn generate
```
### 2. Database
Create mongodb and fill `DATABASE_URL` in .env
Seed
```bash
npx prisma db seed
```
### 3. Configure Authentication Providers
Fill `NEXTAUTH_SECRET` in .env
```bash
openssl rand -base64 32
```
Fill `EMAIL_FROM`, `EMAIL_SERVER` in .env
### 4. Start the app
```bash
yarn run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.