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 installnpm startfromfrontend/.
Run
python3.8 -m venv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py runserverfrombackend/.
Open your web browser and go to - http://localhost:3000.
Create or edit the data on the admin page - http://localhost:8000/admin/.