GithubHelp home page GithubHelp logo

sid6i7 / artzy Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 MB

An online platform for artists and art enthusiasts.

License: MIT License

Python 4.59% Kotlin 0.03% Swift 0.33% Objective-C 0.01% Dart 84.88% CMake 4.43% C++ 4.96% C 0.34% HTML 0.43%

artzy's Introduction

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

artzy's People

Contributors

sid6i7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.