Skip to content

A simple web-app. Made with flask also using REST api and Postgres sql.

Notifications You must be signed in to change notification settings

ABX9801/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency-Converter

A simple web-app. Made with flask also using REST api and Postgres sql.

How to run the app

  • download and install python, add python to path
  • set up postgres sql on your pc
  • create a database using pgadmin
  • replace all the database url in the code to your database url
  • execute in order
python model.py
python create.py
python import.py
  • advance to application directory
pip install flask
pip install SQLAlchemy
pip install psycopg2
pip install Flask-Session
  • run the localhost server
flask run

Website Screenshots

Demo

About

A simple web-app. Made with flask also using REST api and Postgres sql.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published