Skip to content

n00b01/janepher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Janepher Backend

Backend API for Janepher, a fashion AI web app built with FastAPI and PostgreSQL.

Features

  • FastAPI REST API
  • PostgreSQL + SQLAlchemy + Alembic
  • JWT Authentication
  • CRUD: Users, Conversations, Messages
  • Swagger Docs at /docs

Tech Stack

FastAPI, PostgreSQL, Pydantic, Alembic, Uvicorn

Getting Started

# Activate environment
.\.venv\Scripts�activate

# Run server
uvicorn main:app --reload

Visit http://127.0.0.1:8000/docs for Swagger UI.

DB Setup

DATABASE_URL=postgresql://postgres:your_password@localhost:5432/janepher
alembic upgrade head

credits 🎉

Greg Enos

https://github.com/n00b01

Mark Ndwaru

https://github.com/Marcos-dev41

About

Janepher is an AI-powered fashion app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages