Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.52 KB

File metadata and controls

40 lines (35 loc) · 1.52 KB

Description

This project is a Valentine postcard website api written using FastAPI framework. Originally crafted as a surprise for my girlfriend on Valentine's Day, it started as a small index.html postcard landing.

Motivation

Suddenly, when I first build landing postcard, I realized its potential to bring joy to others, prompting me to make it customizable for everyone to create their own unique postcards. The motivation behind this project to give people the ability to make their own customisable postcards.

Usage

To use this project, follow these direct commands:

  1. Clone Repository:

    git clone https://github.com/Lumberj3ck/valentiny_api
    
  2. Navigate to Project Directory:

    cd valentiny_api
    
  3. Build docker container:

    docker compose build 
    
  4. Run Server:

    docker compose up 
    

Tests

You can run tests via: pytest

Contribution

Contributions to this project are welcome and encouraged. If you have ideas for improvements, new features, or bug fixes, feel free to submit a pull request. Here are some ways you can contribute:

  • Fork the repository and make your changes.
  • Create a new branch for your feature or fix.
  • Make your modifications and ensure the codebase still functions correctly.
  • Test your changes thoroughly.
  • Submit a pull request, describing the changes you've made and why they're beneficial.