innopolis-fwd-project-backend
Языки
- Python98,7%
- Dockerfile1,3%
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
3 года назад
README.md
Hiroshi Matsumoto Site Remake Backend
Backend for Innopolis FWD Project. Was Was created as Final Project for FWD (FrontEnd Web Development) course at Innopolis University.
This repository contains the backend code for the remake of Hiroshi Matsumoto's personal website. The backend is powered by FastAPI, a modern, fast, web framework for building APIs with Python.
Table of Contents
Introduction
The backend of the Hiroshi Matsumoto Site Remake serves as the API server responsible for handling data requests from the frontend. It works seamlessly with the Svelte frontend to provide a smooth user experience.
Features
- Fast and efficient API powered by FastAPI.
- JSON-based data communication with the frontend.
- Integration with the frontend to serve content dynamically.
Installation
- Clone this repository to your local machine:
- Create a virtual environment (optional but recommended):
- Install the project dependencies using pip:
Usage
To run the backend server and access the API, use the following command:
The server will start running at .http://localhost:8000
License
This project is licensed under the MIT License. See the LICENSE file for details.