Skip to content

Web Application with a Rest-API using Flask and Postgres as Database. Deployment done with Docker.

License

Notifications You must be signed in to change notification settings

EdwinOliveira/Restaurant-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BD2 - Restaurant Web Application

Web Application with a Rest-API using Flask and Postgres as Database. Deployment done with Docker.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you start make sure you have installed python on your machine.

Install Virtual Environment

You can install a virtual environment to avoid install packages in the global system.

pip install pipenv

Create Virtual Environment

Create the virtual environment

pipenv shell

Installing Flask

Install Flask as this app web framework

pipenv install flask

Installing psycopg2

Install psycopg2 to handle postgres

pipenv install psycopg2

Note that psycopg2 is only supported by Python 3.6 or lower

About

Web Application with a Rest-API using Flask and Postgres as Database. Deployment done with Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published