Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 714 Bytes

File metadata and controls

27 lines (20 loc) · 714 Bytes

Basic Matcher

Main components:

  • python 3.8
  • django 3.1.3
  • react 17.0.1
  • SQLite

Start project with Docker version 19.03.13 and Docker-compose version 1.25.4:

  • docker-compose up --build

Also, you can launch the application from the terminal. Open two terminal's windows.

Run

  • npm install
  • npm start from frontend/.

Run

  • python3.8 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python manage.py runserver from backend/.

Open your web browser and go to - http://localhost:3000.

Create or edit the data on the admin page - http://localhost:8000/admin/.