API Rest with Kotlin - Spring Boot - MongoDB
This is a sample project that utilizes Spring Boot and MongoDB to create a web application with user authentication.
Before running the application, make sure you have the following installed on your system:
- Clone this repository to your local machine:
- Open the project in your favorite IDE (e.g., IntelliJ IDEA).
- Configure the MongoDB connection in the
application.yml
file. Ensure that the database configuration (name, port, credentials) is correct. - Run the application
- The application will be available at
http://localhost:9595
. You can access the web interface and test the authentication functionality.
If you wish to contribute to this project, you are welcome to do so! Feel free to open an issue or submit a pull request.