Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

b-chmiel/YouLX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouLX

University assignment from Projekt i implementacja systemów webowych.

Building

Deployment

docker-compose up

Website will be available at: http://localhost:8080.

There are several test users available:

  • login: user1, password: user1
  • login: user2, password: user2
  • login: user3, password: user3

Development

Run backend:

cd backend
./gradlew bootRun

Run frontend:

cd frontend
pnpm i && pnpm run ng serve

Website will be available at: http://localhost:4200.

Features

  • Adding, modifying and deleting offers.
  • Internal messaging system between Advertisers and Buyers.
  • Draft mode for offers with private link.
  • Filtering offers by tags with autocompletion.
  • Searching offers by text query.

About

OLX clone for PIISW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published