Fullstack Website for beauty salons, with big calendar and communication with customers. Built using Django, React (real-time)
THAT IS OLD VERSION OF THE PROJECT (READ-ONLY). THE NEW ONE IS AT https://github.com/Kamil732/salon-mango
Website for beauty salons, with big calendar and communcation with customers
Frontend
frontend
run yarn install
to install all packages, yarn start
localhost:3000
Backend
backend
to create virtual enviroment run python -m venv env
, source env/Scripts/activate
. pip install -r requirements.txt
python manage.py runserver
localhost:8000
To configure project to the production build first you need to configure it to the development mode
Then in the folder frontend
run yarn build
The production build will be available at localhost:8000