Skip to content

AvrilHunter/Python-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Backend Project

REST API created to connect to SQLite Database using Flask and Python

Set Up

  1. Create virtual environment python3 -m venv .venv
  2. Activate environment . .venv/bin/activate
  3. Install Flask pip install Flask
  4. Seed database python3 seeding.py
  5. Run application flask run --debug
  6. Summary of endpoints available on "/"

Technologies used

  • Python
  • Flask
  • SQLite
  • Insomnia
  • Pytest

Skills Used

  • Learnt Python syntax

  • Created, seeded and connected to a SQLite database

  • Used Flask to create an application to connect to the database

  • Pytest to test util functions

  • Basic error handling

  • Used Insomnia to test endpoint responses

CRUD Application

Endpoints available to:

  • GET
  • PATCH
  • POST
  • DELETE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages