This is a template for my projects using Svelte, Falcon, mySQL. This Template utlizes Docker and Docker Compose to host the servers.
This template includes a simple frontend using the JavaScript framework Svelte that connects to a backend API written in python using the Falcon library. The application also consists of a MySQL database and a phpMyAdmin server to allow developers to visualize their data. An Nginx reverse proxy is set up to allow access to the frontend and the API layers. All the servers are run in docker, with docker-compose bringing up all the servers.
This project also includes code for performing unit tests in python using the Pytest library. Lastly, the project contains tools for creating python documentation using Sphinx.
Each folder has a ReadMe.md file that goes into more depth on using the tools available and how to use those tools to develop your applications.
Frontend - Svelte CSS - TailwindsCSS Backend - Faclon Database - mySQL Database Visualization - phpMyAdmin Reverse Proxy -Nginx Running the Application - Docker Testing - Pytest Documentation - Shpinx
git clone https://github.com/CollinConnors/ProjectTemplate.git
cd ProjectTemplate
docker compose -f "dockercompose.yaml" up -d --build
- If you are using the VSCode Docker Extension you can right click the dockercompose.yaml and select "Docker Compose Up"Each folder contains in-depth information on how to begin development. I recommend using VS Code as your editor. I found the following VS Code Extensions helpful: