Skip to content

arsenjijavadze/colors-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colors App

Overview

Colors App is a simple application for managing color palettes. This project includes a basic Flask backend.

Setup

Prerequisites

  • Python 3.6 or higher
  • Virtual Environment

Installation

  1. Clone the repository:

    git clone git@github.com:arsenjijavadze/colors-app.git
    cd colors-app
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate
  3. Install the required packages:

    pip install -r requirements.txt

Running the Server

To start the Flask server, run:

python app.py

About

🎨 Colors App is a simple application for managing color palettes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published