Giter Site home page Giter Site logo

su-soft-fest-2023's Introduction

Spring and Angular App Readme

Prerequisites

Before you can get started, you'll need to have the following prerequisites installed on your system:

  • Java Development Kit (JDK) - A recent version of Java (e.g., JDK 8 or later). You can download it from Oracle or use an open-source distribution like OpenJDK.

  • Node.js - Angular requires Node.js, which includes npm (Node Package Manager). You can download it from nodejs.org.

  • Angular CLI - Install Angular CLI globally with npm install -g @angular/cli.

  • IDE - An Integrated Development Environment (IDE) such as IntelliJ IDEA, Eclipse, or Visual Studio Code for easier development.

Getting Started

  1. Clone the repository to your local machine:
git clone https://github.com/bonda29/SU-soft-fest-2023.git
  1. Navigate to the project directory:
cd SU-soft-fest-2023

Project Structure

The project is structured into two main parts: the backend Spring application and the frontend Angular application.

  • server/: Contains the Spring Boot application.
  • client/: Contains the Angular application.

Running the Application

To run the Spring backend:

  1. Open your IDE and import the server folder as a Maven project.
  2. Start the Spring Boot application.
  3. Make sure that you have configered the MySQL database in application.properties.

To run the Angular frontend:

  1. Open a terminal and navigate to the client/SU-fest--2023 directory.
  2. Install the required dependencies using:
npm install
  1. Start the Angular development server:
ng serve

Visit http://localhost:4200 in your web browser to access the Angular app.

su-soft-fest-2023's People

Contributors

bonda29 avatar nikolaluk 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.