Skip to content

Databases Project - simple Rest API using Flask and PostgreSQL.

Notifications You must be signed in to change notification settings

MigDinny/auction-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auction Manager

Databases Project

This project is not meant to be contributed to or used.

Auction Manager with a RESTful API.

Requirements:

  • Python3 (any version should work)
  • PostgreSQL (built on this DBMS, might raise some incompatibilities if other is used)

Python Libraries used:

  • psycopg2 (DBMS connection)
  • flask (REST API)

How to run?

  1. Check if Python3 is available on your machine.
  2. Check if Python libraries are present. If not, run on the command line pip install flask (for example) if you have pip on your machine.
  3. Run init-tables.sql in a query in your database.
  4. Run python server.py in your CLI.

About

Databases Project - simple Rest API using Flask and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Languages