Project for the "Web Applications Development 1" course.
In this project, we developed a complete web program consisting of a back-end created with SpringBoot (Java) and MongoDB, while the front-end was built using Svelte.
The software aims to manage the loan of keys, saving all key borrowing and return activities.
- We were able to enhance our skills in API integration.
- We built a clean and well-architected Database.
- We improved our UI/UX skills.
- We gained more knowledge about NoSQL Databases.
# Select where you want to clone
$ cd ~/Documents/WHERE_YOU_WANT
# Clone the project
$ git clone https://github.com/M4teusAlves/Emprestimo-de-Chaves.git
# Check if cloning worked fine
$ cd ~/Documents/DIRECTORY_LOCATION
$ ls