SwiftNote is a simple CRUD journal application built with Java Spring Boot and MongoDB. The application allows users to securely store their usernames, passwords, and journal entries (including titles and content). It leverages REST APIs for data interaction and utilizes MongoDB Atlas for cloud database storage.
- User Authentication: Securely store and manage user credentials.
- CRUD Operations: Create, Read, Update, and Delete journal entries.
- RESTful API: Full API support for all operations.
- NoSQL Database: Integrated with MongoDB for efficient data storage.
- Postman Integration: Utilized Postman for testing API endpoints.
- Java: Backend programming language.
- Spring Boot: Framework for building the web application.
- MongoDB: NoSQL database for data storage.
- MongoDB Atlas: Cloud-based database service.
- Postman: Tool for API testing.
- Clone the repository:
git clone https://github.com/Nitish118/SwiftNote.git