Skip to content

The project consists of designing an application with two parts front (Angular) and back (Java spring boot) to manage real estate ads.

Notifications You must be signed in to change notification settings

misterprog-dev/annonce-immobiliere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real estate management

App to manage real estate advertisements (creating, reading, updating and deleting). The project contains back and front in same global folder.

Database

  • database: annonceimmobiliere
  • user: annonceimmobiliere
  • password: annonceimmobiliere

To install database

psql -Upostgres
CREATE database annonceimmobiliere template template0;
CREATE ROLE annonceimmobiliere WITH PASSWORD 'annonceimmobiliere' NOCREATEDB LOGIN VALID UNTIL 'infinity';
\c annonceimmobiliere
ALTER schema public owner to annonceimmobiliere;

Backend

  • Spring boot : 2.6.1
  • Java 11
  • Postgresql 12

Frontend

  • Angular 12
  • Node 12.11.1

To launch project

Backend

  1. Tomcat server
cd backend/
./gradlew bootrun
  1. Launch TU
cd backend/
./gradlew clean build

Frontend

  1. To install all dependencies
cd frontend/
npm install
  1. Start server
cd frontend
npm start

About

The project consists of designing an application with two parts front (Angular) and back (Java spring boot) to manage real estate ads.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published