Appointly is a web application that allows users to book appointments online.
- Python 3.11+
- NPM 11+
- docker-compose
- Clone the repository
git clone https://github.com/lytexdev/Appointly.git
cd Appointly
- Copy and rename the
.env.example
file to.env
cp env.example .env
- Install dependencies
cd frontend
npm install
npm run build
cd ..
- Run docker-compose
docker-compose up -d --build
This project is licensed under the GNU General Public License v2. See the LICENSE file for details.