Create api crud for company and user (nest - done)Create api for upload and preview image (nest - done)Consume api (angular - done)Create ui (angular - done)- Create testing e2e for crud on user and company (angular - on going)
Create auth for login and signup on be (nest - done)
- Menu User: create, update, delete, view detail, upload image, view image
- Menu Company: create, update, delete, view detail.
- Clone this project
- Open project -> cd be -> npm install -> npm run start:dev
- From the repository be -> cd ../fe -> npm install -> npm run start:dev
- Test on localhost:4200