Giter Club home page Giter Club logo

mns237-server's Introduction

mns237-serve

.

Service APIs. Documentation. Support. Contribute. Contributors. Repositories. Licensing

table-of-contents

  • For REST api. Click here to see the Demo Live
  • For client. Click here to seee the Demo Live
  • Client project here

Coding

Precondition

  1. Maven
  2. Postgres in Window or Virtual ToolBox
  3. JetBrains IntelliJ IDEA (Community Edition) 2020.2 oder higher
  4. OpenJDK 14.0.2 14.0.2 (JavaSE 14)

Development process for server

  1. Fork/Clone the code
  2. Prepare your machine to use PostgresSQL **** NOT NEED ANY MORE already on cloud***
  3. Run batch file deploy-local.cmd -- should be successfull
  4. Go to browser and dial http://localhost:8080/api/
  5. Browser should display json information
  6. Let's code now!!
  7. Run batch file deploy-local.cmd-- should be successfull
  8. Commit with issue number
  9. Push all

Preparation of machine to use PostgresSql

  1. [Download PostgresSql at] (https://www.postgresql.org/download/)

Howtos

Maven

How to list dependeny from cmd

  1. mvn -B -DskipTests clean dependency:list install
  2. DskipTests to skip test components

Heroku

How to Manual deploy

  1. Go Heroku and open desired project
  2. Go to Deploy tab and scroll down
  3. Sample real project using java maven

PostgresSql

  1. Prepare your machine to use PostgresSql ( Oracle VirtualBox or PostgresSql on Window )
  2. [Download PostgresSql] (https://www.postgresql.org/download/) and follow instruction or

How to use PostgresSql from Oracle VirtualBox

  1. Install Oracle VirtualBox if you got old windons version
  2. Start docker Quickstart Terminal
  3. Run command docker ps --all to list docker container in docker
  4. Run command docker run --name nameC -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres back to top

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.