- Different user levels and permissions
- Subscription types that differ from each other
- Articles submission and evaluation
- Accommodation system for the event participants
Once the event reached its end and the service was turned off, we decided to share the code in order to contribute with the development community.
This project was made using the following technologies:
# Clone repository into your machine
$ git clone https://github.com/haryelramalho/rondon-project.git
Start the compose:
$ docker-compose up
Copy the .sql file into the container:
$ cp projects/database/rondon.sql mysql/rondon
Run an action inside the container in order to access at the terminal:
$ docker exec -it -w /var/lib/mysql/rondon rondon-project_mysql_1 /bin/bash
Access MySQL controls:
$ mysql -uroot -proot --host=mysql
Run the database initialization file:
$ source rondon.sql
Enjoy!
The application is located on http://localhost:80/ and we created initial user and admin credentials, but you may create you own account if it's your desire. The credentials are:
User:
email: user@mail.com
password: pass
Admin:
email: admin
password: admin
@haryelramalho |
@brenu |
@ariel-narciso |
@nozinho |
@christianmoliveira |
---|
Released in 2020.
This project is under the MIT license.
Made with passion by Haryel Ramalho & Breno Vitório 🚀
Give it a ⭐️ if this project helped you!