https://github.com/dwdw2/applicantai
https://github.com/dwdw2/applicantai
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwdw2/applicantai
- Owner: DWDW2
- Created: 2024-07-11T08:08:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T06:08:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T19:46:36.519Z (over 1 year ago)
- Language: TypeScript
- Size: 9.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applicant AI
Чтобы установить и запустить проект локально, выполните следующие шаги:
### Клонирование репозиториев
1. Склонируйте репозиторий фронтенда:
git clone https://github.com/Okarix/ApplicantAi-Front.git
2. Склонируйте репозиторий бэкенда:
git clone https://github.com/DWDW2/ApplicantAI.git
3. Установка зависимостей:
cd frontend
npm install
cd backend
yarn install
4. Запуск сервера
backend: yarn dev
frontend: npm run dev