Skip to content

Commit

Permalink
Merge pull request #51 from aaronshar/positive235-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aaronshar authored Aug 14, 2024
2 parents 026fd43 + 6c7105e commit c797d73
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NotesGuru [In progress]
# NotesGuru
**A Notetaking Web Application using GPT**

## Introduction
Expand Down Expand Up @@ -32,7 +32,7 @@ The application will provide personalized accounts for users to manage their sto
- Author 1: Hae Ji Park
- Email: positive235@gmail.com / School email: parkhaej@oregonstate.edu
- GitHub: https://github.com/positive235
- Role: Frontend Lead & Frontend Coding & Frontend Design
- Role: Frontend Lead & Frontend Development & Design
- Author 2: Aaron Shar
- Email: / School email: shara@oregonstate.edu
- GitHub: https://github.com/aaronshar
Expand All @@ -46,23 +46,18 @@ The application will provide personalized accounts for users to manage their sto
- GitHub: https://github.com/Chaudhari998
- Role: Backend - Authentication, Generating tags, Hosting, UI improvements, Deleting Notes feature, etc.

## Try it out!
https://gpt-note-app.web.app/

## How to run locally

### Backend
1. ```cd gpt-note-app```
2. ```cd backend```
3. ```pip install -r requirements.txt```
4. ```python3 app.py```

### Frontend
1. ```cd gpt-note-app```
2. ```cd frontend```
3. ```npm i```
4. ```npm run dev```
5. Go to http://localhost:3000


### Backend
1. ```cd gpt-note-app```
2. ```cd backend```
3. ```pip install -r requirements.txt```
4. ```python3 notegen-server.py```
5. ```python3 notesController.py```
6. ```python3 app.py```

0 comments on commit c797d73

Please sign in to comment.