NikiPOU / Art-App

0 stars 0 forks source link

Art App

The Art App is designed to provide an unbiased platform for artists to share their in sight art to spectators. In sight art refers to art that is either physical, or performative art taking place in the physical environment. The application is built with Python and Flask. It allows artists and spectators to create user accounts. User status will be granted based on their roles (artist/spectator), with the possibility of verified status for artists. One of the key components of this app is a map feature to find artists' works. Additionally, the app will have a rating system, a search function for users and art type, and a schegule/timetable for the art.

Features

Installation

Instructions for setting up the project locally.

  1. Clone this repository:
    git clone https://github.com/NikiPOU/Art-App.git
  2. Navigate to the project directory:
    cd art-app
  3. Create and activate virtual environment:
    python -m venv venv
    source venv/bin/activate  # Linux/Mac
    .\venv\Scripts\activate  # Windows
  4. Install required dependencies:
    pip install -r requirements.txt
  5. Run application:
    flask run

User usage: Spectator

User usage: Artist

Contact

For any inquiries please contact niki.pouladi@helsinki.fi.