Skip to content

rahulp0817/Spring-Boot-JournalApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Journal App🙌

This is a simple Journal App built using Spring Boot. The application allows users to create, read, update, and delete journal entries.

Features

  • Create a new journal entry
  • View all journal entries
  • Update an existing journal entry
  • Delete a journal entry

Requirements

  • Java 11 or higher
  • Maven 3.6.0 or higher
  • Spring Boot 2.5.4 or higher

Getting Started

Clone the repository

git clone https://github.com/yourusername/journalApp.git
cd journalApp

Build the project

mvn clean install

Run the application

mvn spring-boot:run

The application will start on http://localhost:8080.

API Endpoints

  • GET /journal - Get all journal entries
  • POST /journal - Create a new journal entry
  • GET /journals/id/{id} - Get a journal entry by ID
  • PUT /journals/{id} - Update a journal entry by ID
  • DELETE /journals/{id} - Delete a journal entry by ID

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

About

Developing a Journal App using Spring Boot as a framework and MongoDB as a Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages