https://github.com/celalaygar/clone-sahibinden
this project is building now...
https://github.com/celalaygar/clone-sahibinden
bootstrap5 java-17 javascript jpa-hibernate jwt-authentication jwt-token material-ui postgresql reactjs redux-toolkit springboot3
Last synced: about 2 months ago
JSON representation
this project is building now...
- Host: GitHub
- URL: https://github.com/celalaygar/clone-sahibinden
- Owner: celalaygar
- Created: 2022-03-20T12:06:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T00:39:28.000Z (over 2 years ago)
- Last Synced: 2025-01-06T13:35:55.772Z (over 1 year ago)
- Topics: bootstrap5, java-17, javascript, jpa-hibernate, jwt-authentication, jwt-token, material-ui, postgresql, reactjs, redux-toolkit, springboot3
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Clone a project like SAHİBİNDEN
this project is building `panel` (backend and frontend) and `customer-side` (backend and frontend)
### How to Run Backend
There are several ways to run a Spring Boot application on your local machine.
One way is to execute the main method in the `com.project.commerce.CommerceApplication` class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
```
mvn spring-boot:run
```
This application is packaged as a war which has Tomcat embedded. No Tomcat or JBoss installation is necessary. You run it using the java -jar command.
- Clone this repository
- Make sure you are using JDK 17 and Maven 3.x
- You can build the project and run the tests by running mvn clean package
- Once successfully built, you can run the service by one of these two methods:
### How to Run Frontend
Installation and Setup Instructions
```
Clone repository.
You will need node and npm installed globally on your machine.
```
Installation: `npm install`
To Run Test Suite: `npm test`
To Start Server: `npm start`
To Visit App: `localhost:3000`
### Using Tools & Technologies
```
Spring boot 3
JPA
Hiberbate
React js
Redux-Toolkit
Material UI
Javascript
Html5
CSS3
PostgreSQL
```
### Requirements
```
intelij
JAVA 17
Node js
VS Code
```