Website for beauty salons, with big calendar and communcation with customers
- Yarn ^1.22.10
- Python ^3.8.0
-
Frontend
- In the folder
frontend
runyarn install
to install all packages, - To start the server run
yarn start
The server will be available atlocalhost:3000
- In the folder
-
Backend
- In the folder
backend
to create virtual enviroment runpython -m venv env
, - To activate enviroment run
source env/Scripts/activate
. - To install all the requirements run
pip install -r requirements.txt
- To start the server run
python manage.py runserver
The server will be available atlocalhost:8000
- In the folder
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