Skip to content

Commit

Permalink
feat: add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-ny committed Sep 27, 2024
1 parent 17b538c commit 601f4a1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,41 @@ Jippy is an AI-powered companion for students aiming to excel in their GCE A-Lev
- Next.js docs
- SQLAlchemy docs
-
# Jippy

![jippy](frontend/public/og.png)

https://jippy.site

Jippy is an AI-powered companion for students aiming to excel in their GCE A-Level General Paper essays. Our platform offers curated weekly articles, providing insights on how current global events can be leveraged as examples in essays.

## Team Members

| Name | Matric Number | Github | Contributions |
| ----------------- | ------------- | ---------- | ---------------------------- |
| Chloe Lim Xinying | A0238609W | @chloeelim | Frontend + Branding + UI/UX |
| Kyal Sin Min Thet | A0258874J | @marcus-ny | Prompt Engineering + Backend |
| Leong See Leng | A0239616X | @seelengxd | Full stack + Web scraping |
| Wang Haoyang | A0234534J | @haoyangw | Frontend |

## Setup instructions

1. Clone the repo
2. Install uv
3. Set up postgres
4. cd to backend
5. uv run alembic upgrade head
6. uv sync
7. uv run fastapi run ./src/app.py
8. cd to frontend
9. npm i
10. npm run dev

## Resources

- Tailwindcss docs
- Next.js docs
- SQLAlchemy docs
- Langchain documents
- OpenAI API
- Pinecone

0 comments on commit 601f4a1

Please sign in to comment.