Skip to content

gregahren/task_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up instructions

  1. run docker up
  2. open browser at http://localhost:5000 to see swagger API documentation
  3. open browser at http://localhost:3000 to enter app

Docker services:

  • DB: postgresql
  • backend: python flask: with flask_restplus, sqlalchemy, flask-migrate
  • frontend: reactjs, redux, redux-form, redux-thunk, eui