Skip to content
/ starships Public

A Flask project that exposes a REST API endpoint

License

Notifications You must be signed in to change notification settings

hknc/starships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starships

A Flask project that exposes a REST API endpoint

Build & Start

Build and start the docker containers with docker-compose.

$ docker-compose -f dev.yml build
$ docker-compose -f dev.yml up
http://localhost:5000/api/list

Serve with Nginx for production use

Edit nginx settings Edit .env file

$ docker-compose -f production.yml build
$ docker-compose -f production.yml up
http://localhost/api/list

About

A Flask project that exposes a REST API endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published