Welcome to Meetup Planner! This is a web application built with Django that helps you plan your meetups with ease.
- 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.
To get started with Meetup Planner, you need to have Python and pip installed on your system. Then, follow these steps:
- Clone this repository:
git clone https://github.com/Nehadsys/Meetup-Planner-with-Django
- Navigate to the project directory:
cd meetup-planner
- Install the required packages:
pip install -r requirements.txt
- Apply the database migrations:
python manage.py migrate
- Create a superuser account:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
The application will now be available at http://localhost:8000
.
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.
If you're interested in contributing to Meetup-Planner-Using-Django, please follow these steps:
- Fork the repository: https://github.com/Nehadsys/Meetup-Planner-with-Django
- Clone your forked repository:
git clone https://github.com/Nehadsys/meetup-planner-with-django.git
- Create a new branch for your changes:
git checkout -b my-new-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to GitHub:
git push origin my-new-feature
- Submit a pull request.
Meetup Planner is licensed under the MIT License. See LICENSE for more information.