Skip to content

andrearcaina/fulvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fulvo

Preamble

This project is a web application that allows users to interact with an Oracle database with populated data. The application will be built using Python and Flask, with SQLAlchemy as the ORM.

Video Demo

Fulvo_Video_Demo.mp4

User Requirements

The user will be able to:

  1. view all the tables in our database
  2. click on buttons that essentially does SQL queries (for example, select all that are skill level advanced)
  3. be able to create, read, update, and delete records
  4. be able to search for specific records

Installation Process

Before installing, you will need python installed in your local machine.

# clone this repo 
> git clone https://github.com/andrearcaina/fulvo

# create a .venv
> python -m venv .venv

# activate .venv
> source .venv/bin/activate # with linux or macos
> .venv\Script\activate # with windows

# install dependencies
> pip install -r requirements.txt

# run app
> py run.py
# or
> python run.py

About

Web UI following rudimentary database and design pattern concepts with populated data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •