Skip to content

Kids love arts, they‘re born naturally creators. Art helps kids to express their views and their emotions on the surrounding world. Our web-based software platform provides parents and teachers a repository to store and share their little ones' art-related creations.

Notifications You must be signed in to change notification settings

henry226/kids_art_show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

MET-CS673-Group1-TermProject

Introduction:

Kids love arts, they‘re born naturally creators. Art helps kids to express their views and their emotions on the surrounding world. Our web-based software platform provides parents and teachers a repository to store and share their little ones' art-related creations. The user interface will be designed as part of the project. With an account registered on our platform, users can upload, download, view and share kids’ artwork between families and friends. In addition, we provide progress tracking so that users(parents) can easily see their kids' growth.

Download project

  • Clone repo
git clone https://github.com/wenliangz/MET-CS673-Group1-TermProject.git

Installation and set up environment:

  1. Install python
    • Download the latest Python 3 release. Python 3.6 is preferred for this project.
    • Follow standard Python installation process
  2. Install requirments for django project

After clone project, go to the project root folder, and run the command below to install requirements for the project.

pip install -r requirement.txt

Run application

Go to src folder within the project, run the following command to run django project locally:

python manage.py runserver

Admin User

Username: metcs673
Password: adminuser123

Backend Database codes:

python manage.py shell
from kids_art_show.models import Post
from django.contrib.auth.models import User
User.objects.all()

About

Kids love arts, they‘re born naturally creators. Art helps kids to express their views and their emotions on the surrounding world. Our web-based software platform provides parents and teachers a repository to store and share their little ones' art-related creations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published