Skip to content

University study project for finance-api implementation.

Notifications You must be signed in to change notification settings

spikeninja/finance-api-cloud-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install all dependencies by pip:

pip install -r requirements.txt

or install all dependencies by pipenv:

pipenv install

# and then activate virtual environment
pipenv shell

Running

  1. Run below line to run all containers:
docker-compose up
  1. Run below line to create all tables in db:
docker exec -it cloud_pgsql_dev psql -U cloud_user -d cloud_db -f misc/createdb.sql

About

University study project for finance-api implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published