Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chnrv99 authored Jan 24, 2024
1 parent 6429fd3 commit f2493d2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,26 @@ Upon submitting the task, the **admin and user side, the 'completed table' gets

### Now in the admin and user side, the **approved table** gets populated.
![admin](public/admin_approved_task_table.png)

# To run the app
## Create a .env file with

```
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=secret
MONGODB_URI=
```

## Then clone and run the repo


```
git clone https://github.com/cyscomvit/ClubHub-Pro/
npm install
npm run dev
```
Thats the end!


Expand Down

0 comments on commit f2493d2

Please sign in to comment.