Skip to content

tareq159615/REST_api_without_database

Repository files navigation

create a REST api without database

  • we will follow MVC architecture
  • routes demo
    • /users -> GET -> {id, username, email}
    • /users/ -> POST -> {username, email}
    • /users/:id -> PUT -> update the user
    • /users/:id -> DELETE -> delete the user

About

REST api without database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published