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

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...

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

```