smithros / nc-training-center

NetCracker Training Project: Spring Boot, PostgreSQL, Angular

Home Page:https://nc-group1-2019.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetCracker Training Project of Group 1 - Autumn 2019

MIT License
This system helps user to decide what to read next, see friends, what friends read and so on.

You can find the project website here.

Stack

Requirements

For building and running the application you need:

To build the project simply run this command in the root directory:

mvn clean install 

Running the application locally

This project is a Maven multimodule project with two submodules:

  • backend
  • frontend

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the Application class from your IDE and go to http://localhost:8080.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

To run Angular application on your local machine you can go to the Angular root directory and run:

ng serve --open

This will automatically open http://localhost:4200 in your browser.

Developers

  • Aleksey Gritsenko
  • Rostislav Koval
  • Julia Alpaeva
  • Kirill Kandel
  • Diana Teper
  • Dmitriy Skorohodov
  • Artem Tarasenko

Deploy

For application deployment we are using free cloud application platform Heroku.

About

NetCracker Training Project: Spring Boot, PostgreSQL, Angular

https://nc-group1-2019.herokuapp.com/

License:MIT License


Languages

Language:CSS 54.2%Language:Java 21.0%Language:TypeScript 17.4%Language:HTML 7.2%Language:JavaScript 0.2%