Skip to content
/ ncss-apis Public

Simple APIs for teaching at the National Computer Science School

Notifications You must be signed in to change notification settings

ncss/ncss-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCSS APIs

Visit http://localhost:5000/docs/ or http://apis.ncss.cloud/docs/ for the Swagger api specification.

Development

Install the requirements using Poetry:

$ poetry install
$ poetry run pytest
$ poetry run run.py

To deploy in production:

$ poetry run gunicorn --forwarded-allow-ips '*' --bind localhost:5001 --access-logfile - ncss_apis:app

and then run a reverse proxy to listen for HTTP/HTTPS.

About

Simple APIs for teaching at the National Computer Science School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •