Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadarshdontul/sellit
Sellit is a web application designed to facilitate the buying and selling of college items among students. It provides a platform for students to list items they want to sell and browse items available for purchase.
https://github.com/aadarshdontul/sellit
buying css html intellij java javascript olx project selling sellit springboot
Last synced: 6 days ago
JSON representation
Sellit is a web application designed to facilitate the buying and selling of college items among students. It provides a platform for students to list items they want to sell and browse items available for purchase.
- Host: GitHub
- URL: https://github.com/aadarshdontul/sellit
- Owner: AadarshDontul
- Created: 2024-09-03T08:19:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T09:27:21.000Z (3 months ago)
- Last Synced: 2025-01-30T17:43:39.957Z (15 days ago)
- Topics: buying, css, html, intellij, java, javascript, olx, project, selling, sellit, springboot
- Language: HTML
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
****Sellit Application****
Project Overview
The Sellit Application is a Spring Boot-based web application designed to facilate Inter University college students to Sell thier used items and buy items from other students even if they belong to different college . It uses Java 17, Spring Boot 2.7.7, Hibernate, and PostgreSQL for its backend services.Features
User Management: Premium user can post and non-premimum can just see post by other and can buy.
Data Persistence: Integrated with PostgreSQL for data storage.
Authentication : User login is required for Authencity.*Prerequisites*
Before you begin, ensure you have met the following requirements:Java 17: [Download and install from the official Oracle website or OpenJDK]
Maven: [Download and install Maven from https://maven.apache.org/download.cgi]
PostgreSQL: [Download and install from https://www.postgresql.org/download/]
IDE (Optional): [Recommended IDEs like IntelliJ IDEA or Eclipse]*Installation and Setup*
Clone the Repositorybash
Copy code
git clone https://github.com/your-username/sellit.git
cd sellit
Configure DatabaseMake sure PostgreSQL is running.
Create a database for the application.
Update the database configuration in src/main/resources/application.properties or src/main/resources/application.yml:
properties
Copy code
spring.datasource.url=jdbc:postgresql://localhost:5432/your_database_name
spring.datasource.username=your_username
spring.datasource.password=your_password
Build the ApplicationUse Maven to build the project:
bash
Copy code
mvn clean install
Run the ApplicationYou can run the application from the command line:
bash
Copy code
mvn spring-boot:run
Or run the JAR file generated in the target directory:bash
Copy code
java -jar target/sellit-0.0.1-SNAPSHOT.jar
Access the ApplicationOpen your web browser and navigate to:
chrome browser
Copy code
http://localhost:8282
Replace 8282 with the port specified in your application.properties if different.Contact
For any questions or issues, please reach out to [email protected].