MasterskaYa is a web application where master craftsmen can upload their products, accept applications for them and maintain a customer base.
Developed for the UrFU Project Practice 2024 (4th semester)
Frameworks & Libraries:
- HTML
- CSS
- TypeScript
- Angular
- Taiga UI
- VK API (for auth with vk)
Deployments: Docker
- Clone the repository:
git clone https://github.com/1zbbxzak1/CRM-master-frontend.git
- Navigate to the project directory:
cd CRM-master-frontend
First:
- Build Docker Image:
docker build -t crm-master-frontend .
- Running Docker Container:
docker run --name crm-master-frontend --rm -p 4200:4200 crm-master-frontend
- Go to:
http://localhost:4200
- To stop the application and remove the container, run:
docker stop crm-master-frontend
Second:
- Install Angular:
npm install -g @angular/cli
- Install packages:
npm install
- After that, start the project:
npm start
- Go to:
http://localhost:4200
- To stop the application and remove the container, press in the terminal:
Ctrl + C