Skip to content
/ Artzy Public

An online platform for artists and art enthusiasts.

Notifications You must be signed in to change notification settings

sid6i7/Artzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artzy

An online platform developed in flutter for

  • Artists: to be able to create an online art gallery where they can add and showcase their artworks.
  • Art Enthusiasts: to be able to browse for artworks and art galleries.

Features

  • User authentication (firebase)
  • Create an art gallery
  • Add artworks
  • Search artworks
  • View galleries
  • View artworks
  • View profile
  • Edit profile

Installation

Prerequisites

Steps

  1. Install all the required python libraries using
  pip3 install -r "requirements.txt"
  1. Run the following command in the folder frontend
  flutter pub get
  1. Create a database in a mysql server by running the script
  CREATE DATABASE artzy;
  1. Create all the required tables in the database by running the commands inside backend folder
  python3 manage.py makemigrations
  python3 manage.py migrate
  1. Start the django server by running the following command inside backend folder
  python3 manage.py runserver
  1. Run the flutter app by running the command inside frontend folder
  flutter run -d chrome

About

An online platform for artists and art enthusiasts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •