Skip to content

A Java-based classified ads system built on Spring Boot.

Notifications You must be signed in to change notification settings

evgeniradev/javassified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javassified

A Java-based classified ads system built on Spring Boot.

Installation

Please, use Docker to install the app.

$ docker-compose build
$ docker-compose up

An admin account with the following log-in details will be created for you:

email: [email protected]
password: 123456

A standard user account with the following log-in details will be created for you:

email: [email protected]
password: 123456

An admin user can delete all ads. A standard user can only delete their own.

You will need to update the 'application.properties' file with your email settings in order to allow the system to send emails.

Remove the 'data.sql' file if you do not require dummy data.

Finally, load http://localhost in your browser.

Running the tests

$ docker-compose run --rm javassified_app ./mvnw test

About

A Java-based classified ads system built on Spring Boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published