Skip to content

vshivam/bookie-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Project Description

Bookie API is the backend service for the Bookie web app.

Done

  • Project setup
  • API
    • New User Signup
    • User Login
    • User Logout
    • Note Creation
    • Note Editing
    • Note Update
    • Note Delete
    • Manage Note Tags
    • Upload Images
    • Book Delete

Your project file structure:

app/
└── models.py (database structure)
└── __init__.py (REST API definitions)

instance/
└── config.py (server configuration info)

migrations/
├── versions (migration info for database model changes)

manage.py (helper methods for database migration)

run.py (run flask server)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages