Giter Site home page Giter Site logo

aariv / notesapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 114 KB

A secure and scalable RESTful API that allows users to create, read, update, and delete notes.

License: GNU General Public License v3.0

Java 100.00%
jpa-hibernate notes-app noteshare postgresql spring-boot

notesapp's Introduction

NotesApp

Stack

Java Spring Postgres Hibernate JWT Swagger

File structure

Screenshot 2024-01-04 at 9 55 42 AM

How to use this code?

  1. Make sure you have Java 17 and above and Maven installed
  2. Create Database
$ psql -U postgres (Enter your password)
$ CREATE DATABASE note;
  1. Fork this repository and clone it
$ git clone https://github.com/Aariv/NotesApp
  1. Navigate into the folder
$ cd NotesApp
  1. Install dependencies
$ mvn clean install
  1. Run the project
$ mvn spring-boot:run
  1. Navigate to http://localhost:8080/swagger-ui.html in your browser to check everything is working correctly. You can change the default port in the application.yml file
server:
  port: 8080

Swagger UI

Screenshot 2024-01-04 at 9 53 24 AM

Build to Docker daemon Jib can also build your image directly to a Docker daemon. This uses the docker command line tool and requires that you have docker available on your PATH.

mvn compile jib:dockerBuild

notesapp's People

Contributors

aariv avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.