Coder Social home page Coder Social logo

muk74dir / event-registration-system Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 39 KB

The Event Registration System is a Django-based web application that allows users to create and register for events. It includes features such as user registration, event creation, user authentication, and API endpoints for interaction with the system.

Home Page: https://ers.pythonanywhere.com/

Python 62.73% CSS 1.56% HTML 35.71%

event-registration-system's Introduction

Event-Registration-System

The Event Registration System is a Django-based web application that allows users to create and register for events. It includes features such as user registration, event creation, user authentication, and API endpoints for interaction with the system.

Features

1. User Registration and Authentication

  • Users can create accounts to log in.
  • Authentication ensures that only logged-in users can register for events.

2. Event Management

  • Users can create events with details like title, description, date, time, and location.
  • Events have a limited number of available slots, and registration is restricted based on available slots.

3. Admin Panel

  • Utilizes Django's admin panel for managing events and user registrations.

4. Search Functionality

  • Implements a basic search functionality that allows users to search for events based on keywords.

5. User Dashboard

  • Provides a user dashboard where users can see the events they've registered for and manage their registrations.

6. API Endpoints (Using Django Rest Framework)

7. User-Friendly Templates

  • Uses Bootstrap and crispy forms for a visually appealing and user-friendly interface.

Installation

  1. Clone the repository:
   git clone https://github.com/Muk74dir/Event-Registration-System.git

   cd event-registration-system
  1. Install dependencies:
    pip install -r requirements.txt
  1. Create a superuser for accessing the admin panel:
    python manage.py createsuperuser
    Run the development server:
    python manage.py runserver
  1. Run the development server:
    python manage.py runserver

Event Registration System API Documentation

Overview

The Event Registration System (ERS) API allows users to interact with events, registrations, and user details.

Base URL

The base URL for all API endpoints is https://127.0.0.1:8000/api/.

Endpoints

1. List of All Events

2. Details of a Specific Event

3. User Registration for an Event

4. User's Registered Events

event-registration-system's People

Contributors

muk74dir 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.