Skip to content

BlackSheep is a web-based ecommerce application which has a user-friendly interface and a great UX.

Notifications You must be signed in to change notification settings

talhayaseen57/BlackSheep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

BlackSheep Web Application

  • BlackSheep is a web-based ecommerce application which has a user-friendly interface and a great UX.
  • The website is now deployed and can be accessed here: http://blacksheepecommerce.herokuapp.com
  • The project is a Spring Boot application built using Maven. You can build a war file and run it locally from the command line:
git clone https://github.com/Darwish-md/BlackSheep.git
cd BlackSheep
mvn package 
mvn spring-boot:run

Database configuration

  • The project is configured to work with PostgreSQL Database. You can find the default username and password for database connection in application.properties file where you can change it according to your local host:
spring.datasource.url = jdbc:postgresql://localhost:5432/blacksheep
spring.datasource.driverClassName = org.postgresql.Driver
spring.datasource.username=postgres
spring.datasource.password=postgres
  • After setting the configurations, you need then to execute the database.sql file to insert the records into the local database server. you can find the file here in the repository.
  • You can then access BlackSheep locally on: http://localhost:8080/

home-page

In case you find a bug or suggested improvement for BlackSheep

Releases

No releases published

Packages

No packages published

Languages

  • Java 46.2%
  • HTML 34.9%
  • JavaScript 9.7%
  • CSS 9.1%
  • Procfile 0.1%