Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blank-09/instock-server

👾 Java Spring Boot Server for Instock website
https://github.com/blank-09/instock-server

spring-boot team-project web-framework

Last synced: about 2 months ago
JSON representation

👾 Java Spring Boot Server for Instock website

Awesome Lists containing this project

README

        

# Instock

Instock is a web application built using React, Vite, and MUI. The backend is developed using Java Spring Boot with integration to a MySQL database.

## Prerequisites

Before running the application, make sure you have the following installed:

- Node.js
- Java Development Kit (JDK 21)
- MySQL

## Getting Started

1. Clone the repository:

```bash
git clone https://github.com/Blank-09/instock.git
```

2. Navigate to the project directory:

```bash
cd instock
```

3. Install the dependencies:

```bash
npm install
```

4. Start the development server:

```bash
npm run dev
```

5. The application should start in development mode. You can access the frontend and backend using the following URLs:
- Frontend: [http://localhost:5173](http://localhost:5173)
- Backend: [http://localhost:8080](http://localhost:8080)

---

© 2024 Instock