REPOSITORY OVERVIEWLive repository statistics
★ 4Stars
⑂ 0Forks
◯ 0Open issues
◉ 4Watchers
29/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
9 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
AgendaTarefas
This app was created with Bootify.io - tips on working with the code can be found here.
Development
Update your local database connection in application.properties or create your own application-local.properties file to override
settings for development.
During development it is recommended to use the profile local. In IntelliJ -Dspring.profiles.active=local can be
added in the VM options of the Run Configuration after enabling this property in "Modify options".
After starting the application it is accessible under localhost:8080.
Build
The application can be built using the following command:
mvnw clean package
Start your application with the following command - here with the profile production:
java -Dspring.profiles.active=production -jar ./target/agenda-tarefas-0.0.1-SNAPSHOT.jar
If required, a Docker image can be created with the Spring Boot plugin. Add SPRING_PROFILES_ACTIVE=production as
environment variable when running the container.
mvnw spring-boot:build-image -Dspring-boot.build-image.imageName=io.bootify/agenda-tarefas
Further readings
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Projeto realizado em um curso feito na plataforma Udemy, onde foi proposto a criação de um simples site com o nome de "Finans" utilizando HTML, CSS e também o framework Bootstrap. Este site foi criado de forma responsivo, de acordo com os aprendizados adquiridos no curso.
30/100 healthActive repository
HTMLNo license
⑂ 0 forks◯ 0 issuesUpdated Jul 28, 2023
⚡ Chatbot desenvolvido em HTML, CSS e JavaScript puro, com foco em lógica de interação e respostas pré-definidas. Projeto criado para a oficina do SEMITI, demonstrando na prática como estruturar interfaces de chat, manipular o DOM e implementar regras simples de conversação sem uso de IA.
37/100 healthActive repository
JavaScriptNo license
⑂ 1 forks◯ 0 issuesUpdated Dec 3, 2025
Projeto realizado em um curso feito na plataforma Udemy, onde foi proposto a criação de um simples site com o nome de "Spotify", tal site foi desenvolvido com base no site da plataforma SPOTIFY, utilizando HTML, CSS e também o framework Bootstrap. Este site foi criado de forma responsivo, de acordo com os aprendizados adquiridos no curso.