Skip to content

Antonynans/Noteapp-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quill API

FastAPI backend for the Quill app.

🌐 Live API

Live Demo API Docs Frontend Repo

Setup & Run

1. Install dependencies

pip install -r requirements.txt

2. Configure environment

cp .env.example .env

3. Run the server

uvicorn main:app --reload

4. View API docs


Database

Uses PostgreSQL via SQLAlchemy. Tables are auto-created on startup.

For production, use Alembic for migrations:

pip install alembic
alembic init migrations
alembic revision --autogenerate -m "initial"
alembic upgrade head

Noteapp-backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages