Skip to content

Built with Python, Flask, Flask-Migrate, and a PostgreSQL database. This backend API is for a web app about vehicle repairs. Users can post step-by-step instructions for the car repairs they have done, and they can search and view other car repairs posts.

License

Notifications You must be signed in to change notification settings

StevenMcgrew/Flask_VehicleRepairsBackend

Repository files navigation

Flask Backend for a Vehicle Repairs Blog

Linkedin Badge

Languages and Tools:

     Python        Flask        SQLAlchemy             PostgreSQL  
      Python            Flask       SQLAlchemy      PostgreSQL

This backend is built for an application where people can document their vehicle repairs and share their step-by-step procedures with the ability to add images for each step. They can also search for repairs that have been posted by other users. (*Work in progress. Not all routes finished.)

API routes completed thus far:


auth users
POST /auth/signup DELETE /users
POST /auth/login PUT /users/email
POST /auth/logout PUT /users/username
GET /users/emails/{email}/is-available
GET /users/usernames/{username}/is-available

PostgreSQL Database:



Example data chart (using pandas, numpy, matplotlib.pyplot):


About

Built with Python, Flask, Flask-Migrate, and a PostgreSQL database. This backend API is for a web app about vehicle repairs. Users can post step-by-step instructions for the car repairs they have done, and they can search and view other car repairs posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published