Skip to content

nikolapopovic/Flask-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

  1. Allowed HTTP requests: GET and POST, endpoints: / employees, / departments.
  2. GET on these endpoints returns a list of employees, i.e., departments - depending on what is being targeted.
  3. POST on these endpoints creates a new employee or new department - depending on what is being targeted.
  4. responses are in json format.

About

Created REST API using Flask Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages