Giter Club home page Giter Club logo

swoyam2609 / checkin-saathi-backend Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 20 KB

This FastAPI application empowers seamless user and event management through RESTful API endpoints. Users can sign up, log in, and be verified. Events can be created, updated, and deleted, with options for user registration and check-in. Explore this robust backend for streamlined user and event interactions.

Home Page: https://checkin.swoyam.engineer/docs

License: MIT License

Python 100.00%
event-management-system fast-api fastapi python3 swagger-ui

checkin-saathi-backend's Introduction

FastAPI Application

This is a FastAPI application that provides endpoints for managing users, events, and registrations.

API Endpoints

User

Signup User

  • Method: POST
  • Endpoint: /users/signup
  • Description: Signup a new user.

Verify User

  • Method: POST
  • Endpoint: /users/signup/verify
  • Description: Verify user registration.

Login User

  • Method: GET
  • Endpoint: /users/login
  • Description: Login user.

Delete User

  • Method: DELETE
  • Endpoint: /users/delete
  • Description: Delete user.

Verify Delete User

  • Method: DELETE
  • Endpoint: /users/delete/verify
  • Description: Verify user deletion.

Event

Create Event

  • Method: POST
  • Endpoint: /events/create
  • Description: Create a new event.

Update Event

  • Method: PUT
  • Endpoint: /events/update
  • Description: Update event details.

Delete Event

  • Method: DELETE
  • Endpoint: /events/delete
  • Description: Delete event.

Get Event

  • Method: GET
  • Endpoint: /events/get
  • Description: Get event details.

Get All Events

  • Method: GET
  • Endpoint: /events/get/all
  • Description: Get details of all events.

Registration

Register Event

  • Method: POST
  • Endpoint: /events/register
  • Description: Register for an event.

Get Registered Events

  • Method: GET
  • Endpoint: /events/get/registered
  • Description: Get events for which the user is registered.

Get Registered Events (Conditional)

  • Method: GET
  • Endpoint: /events/get/registered/conditional
  • Description: Get registered events based on conditions.

Checkin User

  • Method: PUT
  • Endpoint: /events/users/checkin
  • Description: Checkin a user for an event.

Get All Users

  • Method: GET
  • Endpoint: /events/users/download
  • Description: Download details of all users.

Default

Root

  • Method: GET
  • Endpoint: /
  • Description: Root endpoint.

How to Run

  1. Install dependencies: pip install -r requirements.txt
  2. Run the FastAPI application: uvicorn main:app --reload
  3. Access the API at http://127.0.0.1:8000

checkin-saathi-backend's People

Contributors

swoyam2609 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

anirudhparida

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.