Code Monkey home page Code Monkey logo

user-management-api's Introduction

User-Management-API

About the project

It is a simple project which manages data and I am using this project as an exercise to practice my web development skills.

  • Server:
    • Flask

Deployment

This application is deployed on Heroku. You can access the application using the following link: https://user-manager.herokuapp.com/

Project Management

The project management of this application was done using Trello boards with the use of a kanban workflow. Tasks related to the endpoints (GET, POST, DELETE and PUT) were added as cards and moved through different stages of the kanban board (to-do, doing, code-review, and done)

Endpoints

GET

  • / - health check and provide the welcome message
  • /v1/users - details of all users and can also identify the user with the help of query strings. For eg: v1/users?team=red
  • /v1/users/<request-id> - output of all users with the specific id

POST

  • /v1/users - create a new user with proper attributes like age, name and team in a string format

DELETE

  • /v1/users/<request-id> - deleting user details with ID provided and providing error with proper HTTP response code of 404

PUT

  • /v1/users/<id> - updating ID of specific user details without changing any other attributes. Attributes allowed to update are age, name and team

Database Migration

  • The original version of this application used a local file to store user data. However, I have migrated the database to Firebase for improved scalability and reliability.

user-management-api's People

Contributors

prayagnshah avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.