Vesti : is a connected dressing room that allows you to organize your outfits and have ideas according to your own tastes, preferences, according to the season, the weather and more ..."
Clone the Back-end Repositories :
- Back-end : https://github.com/Sainseya/vestiSpringBoot
-
On Docker : link to the docker compose for mongo : Docker compose
-
On IntelliJ : run the VestiBackApplication.java (the main class) use the link to the back-end repository.
-
On VisualStudioCode :
- Step 1 : Open the Project and a new terminal and type these commands :
- Step 2 :
npm install
- Step 3 :
ng add @angular/material
- Step 4 :
ng serve -o
-
If nothing happens go to your browser and type :
http://localhost:4200/
This project was generated with Angular CLI version 15.2.7.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
- Angular : HTML, CSS, TypeScript.
- Mongodb
- SpringBoot
features that will be coming soon : laundry, dress sharing, chat, dark mode etc.