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.
- Clone repo
git clone https://github.com/wenliangz/MET-CS673-Group1-TermProject.git
- Install python
- Download the latest Python 3 release. Python 3.6 is preferred for this project.
- Follow standard Python installation process
- 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
Go to src
folder within the project, run the following command to run django project locally:
python manage.py runserver
Username: metcs673
Password: adminpwd123
python manage.py shell
from kids_art_show.models import Post
from django.contrib.auth.models import User
User.objects.all()