Skip to content

pythonalicante/MeetupSelector

Repository files navigation

MeetupSelector

This project is meant to be a landing page for the Python Alicante community and a like-system to organize MeetUps. It allows the community members to propose Meetup topics and also to propose themselves as speakers.

Structure Overview

Project structure is shown in the following schema:

Project schema

Schema source

Prerequisites

Optional

How to install and run the project

Fork this project in GitHub to your own account. Clone repository to your local, navigate to MeetupSelector directory and execute the following commands:

git clone https://github.com/pythonalicante/MeetupSelector.git
cd MeetupSelector
cp example.env .env  # Edit this file as you want
make setup  # To create the virtualenv and install project dependencies
make build  # To create Docker images
make run  # To run the project
make createsuperuser  # To create an administrator user in the application

Organization

This project manages the Issues and Tasks in Taiga. Feel free to open an Issue in GitHub, it's synchronised with Taiga. If you want to collaborate, read the next section.

How to contribute?

Read CONTRIBUTING.md.

Roadmap

To view the project roadmap, read the roadmap section on documentation.

Contributors

Made with contributors-img.

License

This software is released under the GPLv3 license.

Contact

About

A Landing Page for the community and a vote-system for select the topic of the next MeetUp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published