Backend for my devCodeCamp solo capstone project that was built in a 10 day sprint - A web application for the small business owner of a Med Spa.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
The idea of this project was inspired by a close family member looking to start this type of business in the near future. This is the Django REST API that interacts with a MySQL database and uses the Djoser library for token based user authentication. It allows the business owner to show who they are and what they provide. It is a place for potential customers to learn about the company, see the services they provide, results/testimonials, subscribe to a membership, schedule an appointment, or contact the company.
- React.js
- JavaScript
- Django Rest Framework
- Python
- MySQL
- HTML
- CSS
- React-Bootstrap
- React-Toastify
- Axios
- Postman
- Djoser Auth
- EmailJS
- Stripe API
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
pip
pip install django==3.1.8
pip install djangorestframework
pip install mysql-connector-python==8.0.23
- Clone the repo
git clone https://github.com/Schmidt1519/med-spa-backend.git
- Install PIP packages
pip stripe toastify djoser
- Owner side of the application for viewing clients, memberships, and appointment times
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Leighton Schmidt | LinkedIn | [email protected]
Backend: https://github.com/Schmidt1519/med-spa-backend
Frontend: https://github.com/Schmidt1519/med-spa-frontend
- devCodeCamp instructors
- My family