Skip to content

A platform for organizing and participating in meetups in specific locations. You can easily create a meetup, set the location, and allow participants to register via email.

Notifications You must be signed in to change notification settings

Nehadsys/Meetup-Planner-with-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Meetup-Planner-with-Django

Hi there 👋

Welcome to Meetup Planner! This is a web application built with Django that helps you plan your meetups with ease.

Table of Contents

Features

  • Users can sign up and log in to the application.
  • Users can join and register for meetups.
  • Users can view a list of all upcoming meetups.

Installation

To get started with Meetup Planner, you need to have Python and pip installed on your system. Then, follow these steps:

  1. Clone this repository:
git clone https://github.com/Nehadsys/Meetup-Planner-with-Django
  1. Navigate to the project directory:
cd meetup-planner
  1. Install the required packages:
pip install -r requirements.txt
  1. Apply the database migrations:
python manage.py migrate
  1. Create a superuser account:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

The application will now be available at http://localhost:8000.

Usage

To use Meetup Planner, open your web browser and go to http://localhost:8000. From there, you can sign up or log in to your account, create and join meetups, and search for meetups.

Contributing

If you're interested in contributing to Meetup-Planner-Using-Django, please follow these steps:

  1. Fork the repository: https://github.com/Nehadsys/Meetup-Planner-with-Django
  2. Clone your forked repository: git clone https://github.com/Nehadsys/meetup-planner-with-django.git
  3. Create a new branch for your changes: git checkout -b my-new-feature
  4. Make your changes and commit them: git commit -am 'Add some feature'
  5. Push your changes to GitHub: git push origin my-new-feature
  6. Submit a pull request.

License

Meetup Planner is licensed under the MIT License. See LICENSE for more information.

About

A platform for organizing and participating in meetups in specific locations. You can easily create a meetup, set the location, and allow participants to register via email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages