Skip to content

Replica of the notes app for macOS. The application performs typical notes functions and supports CRUD operations.

Notifications You must be signed in to change notification settings

Sheel-ui/apple-notes-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Notes Frontend

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.

Table of Contents

Features

  • Create, Read, Update, and Delete notes
  • Simple and intuitive user interface
  • Responsive design

Demo

Original Notes Interface

User Interface

Our Application Interface

User Interface

Notes Management

Notes Management

Setup Instructions

To get the backend application up and running on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Sheel-ui/apple-notes-backend.git
  2. Navigate to the project directory:

    cd apple-notes-backend
  3. Build the project:

    ./mvnw clean install
  4. Run the application:

    ./mvnw spring-boot:run
  5. Access the application:

    • The backend API will be running at http://localhost:8080.

Technologies Used

  • Frontend: React, Tailwind (frontend source code can be found here)
  • Backend: Java, Spring Boot

About

Replica of the notes app for macOS. The application performs typical notes functions and supports CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published