Skip to content

Satyam38/EMSEC_Challenges

Repository files navigation

EMSEC CHALLENGE API

Build Backend REST API With CRUD operation

About the challenge

  • Connect the backend with DB

  • Create APIs to perform CRUD operations on DB
    -> Have a user table/collection and perform CRUD (Create, Read, Update & Delete) operations on database through API
    -> For user table/collection just have 3 columns (name, password, role)

  • Create a user list API with pagination ->The API response should list user page wise
    ->The page size should be 10

  • [BONUS] Create a API to export the user table/collection to CSV file
    ->The API should download the CSV file.

  • [BONUS] Host the backend application on any cloud platform of your choice
    ->Bonus points for candidates who host their backend application

About To Me

  • Name : Satyam Choudhary
  • Branch : Information Technology
  • Year : 2024

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published