Skip to content

archisf/basic-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published