Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blank-09/instock-server
- Owner: Blank-09
- Created: 2024-02-20T14:58:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T06:09:17.000Z (9 months ago)
- Last Synced: 2024-04-28T03:27:12.646Z (8 months ago)
- Topics: spring-boot, team-project, web-framework
- Language: Java
- Homepage: https://instock-aspirecoders.pages.dev/
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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