innopolis-fwd-project-backend

Форк
0

README.md

Hiroshi Matsumoto Site Remake Backend

License FastAPI

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

  1. Clone this repository to your local machine:
git clone https://github.com/dmhd6219/innopolis-fwd-project-backend.git
cd innopolis-fwd-project-backend
  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
  1. Install the project dependencies using pip:
pip install -r requirements.txt

Usage

To run the backend server and access the API, use the following command:

uvicorn inno-fwd.main:app --reload

The server will start running at http://localhost:8000.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Описание

FastAPI Backend for paintings store website

Языки

Python

  • Dockerfile
Сообщить о нарушении

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.