Code Monkey home page Code Monkey logo

holo-app's Introduction

Simple full stack demo application with CI/CD pipeline

A simple repository to implement a demo application.
The project contains both Backend written in Java/Spring Boot and frontend written in ReactJs.
For database, one in-memory database, H2, have been used. It is deployed onto a CI/CD pipeline installed on Github actions, Heroku.

๐Ÿš€ Technologies

Java 11
Spring Boot 2.6.1
Node 16.13.1
ReactJS 17.0.2
H2 database
Docker 20.10.11
React Router
JWT
Junit
Heroku
Github Actions

โœจ Features

โœ”๏ธ User can sign up
โœ”๏ธ User can log in the system
โœ”๏ธ User adds, deletes, edits his/her personal data
โœ”๏ธ User can see only his/her own personal data. Authorization system has been enabled.

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Run Locally

  • Clone the project
    https://github.com/knhakan/holo-app.git
  • Go to the project directory for frontend
    cd demo-app
  • Install dependencies
    npm install
  • Start the server
    npm start

This will run the frontend part.
For backend, you can simply use maven, and it will deal with all the necessary dependencies.

โœ… Requirements

Before starting, you need to have Git and Node installed.

Application Installation in Docker

The application can run as a Docker container.

To run the application in docker, one must install Docker first. After the installation of Docker, install jar file of the application, as demo-0.0.1-SNAPSHOT.jar, (Maven can be used to install it) and place it under target folder (target folder is placed in root directory of the project). Precisement both in naming and in path selection is important since the Dockerfile contains COPY target/demo-0.0.1-SNAPSHOT.jar demoapp-service.jar command. If the user wants to customise naming or path, he/she should simply change the paths and the namings as desired in this command, as well.

API documentation

API list can be found here: https://documenter.getpostman.com/view/6429348/UVJkBYir

holo-app's People

Contributors

knhakan 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.