An open API service indexing awesome lists of open source software.

https://github.com/dwdw2/applicantai


https://github.com/dwdw2/applicantai

Last synced: 9 months ago
JSON representation

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