The Apple Notes application is an exact replica of the notes app for macOS. It is built using React for the frontend and Java/Spring Boot for the backend. The application performs typical notes functions and supports CRUD operations. This repository contains the backend for the application. The frontend source code can be found here.
- Create, Read, Update, and Delete notes
- Simple and intuitive user interface
- Responsive design
To get the backend application up and running on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Sheel-ui/apple-notes-backend.git
-
Navigate to the project directory:
cd apple-notes-backend
-
Build the project:
./mvnw clean install
-
Run the application:
./mvnw spring-boot:run
-
Access the application:
- The backend API will be running at
http://localhost:8080
.
- The backend API will be running at
- Frontend: React, Tailwind (frontend source code can be found here)
- Backend: Java, Spring Boot