项目作者: Kamil732

项目描述 :
Fullstack Website for beauty salons, with big calendar and communication with customers. Built using Django, React (real-time)
高级语言: JavaScript
项目地址: git://github.com/Kamil732/beauty-salon.git
创建时间: 2021-03-27T14:50:10Z
项目社区:https://github.com/Kamil732/beauty-salon

开源协议:Creative Commons Zero v1.0 Universal

下载


THAT IS OLD VERSION OF THE PROJECT (READ-ONLY). THE NEW ONE IS AT https://github.com/Kamil732/salon-mango

DK-team

Website for beauty salons, with big calendar and communcation with customers

Requirements

  • Yarn ^1.22.10
  • Python ^3.8.0

Configuration Development

  • Frontend

    • In the folder frontend run yarn install to install all packages,
    • To start the server run yarn start
      The server will be available at localhost:3000
  • Backend

    • In the folder backend to create virtual enviroment run python -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 at localhost:8000

Configuration production

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