Skip to content

Web framework with REST methods. (Educational purposes only)

License

Notifications You must be signed in to change notification settings

CXINFINITE/REST-WebFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

REST-WebFramework

Web framework with REST methods, for educational purposes only.

What is it ?

REST-WebFramework is a web framework which uses REST's style to perform all four HTTP CRUD (Create/Read/Update/Delete) operations like:

  • GET
  • POST
  • PUT
  • CREATE
  • DELETE
  • PATCH
  • etc...

Purpose

Although there exists many frameworks for the same, this was built to understand working of those systems on a lower level (not as low as packets) and / or to practice coding.

Expectations

Although there were no future expectations when I (solo) started working on this. But it might help someone looking for how to design similar systems (to some extent) or help them solve some (if not none) coding problems.

I'm not planning to scale or convert this project to something big or so. Though I'll try (at my level) to improve code quality, readibility and simplify them.

BTW, you are free to fork and work on the project. (I'm not looking forward to any PRs, atleast not now)

Getting started

Please see docs of respective versions (so called) from available, under docs section.

Current versions of the project:

Style guide

Follows PEP 8 guidelines (mostly).

Licensing

See LICENSE.

About

Web framework with REST methods. (Educational purposes only)

Topics

Resources

License

Stars

Watchers

Forks

Languages