Skip to content

Monolithic application created to manage the event (IV Congresso Nacional do Projeto Rondon), which happened in 2019 at the university Universidade Estadual de Santa Cruz.

License

Notifications You must be signed in to change notification settings

haryelramalho/rondon-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rondon Screens

📌 Table of contents

📝 Description

Monolithic application created to manage the event (IV Congresso Nacional do Projeto Rondon), which happened in 2019 at the university Universidade Estadual de Santa Cruz. The system has features like:
  • 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.

💻 Technologies

This project was made using the following technologies:

👷 How to run

⚙️ Prerequisites

💻 Downloading project

# Clone repository into your machine
$ git clone https://github.com/haryelramalho/rondon-project.git

💻 Running project on a web browser

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

🤝 Authors


@haryelramalho

@brenu

@ariel-narciso

@nozinho

@christianmoliveira

📕 License

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!

About

Monolithic application created to manage the event (IV Congresso Nacional do Projeto Rondon), which happened in 2019 at the university Universidade Estadual de Santa Cruz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published