Skip to content

mdmainu/REST-API-without-DB

Repository files navigation

Create a REST API without a 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

This is REST API without Database usages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published