Community-driven marketplace for buying/selling items for Orange County.
A Django web application that allow users to sign-up/log-in for the purpose of selling, buying, or communicating with the local Orange County communities.
from requirements.txt
- Django
- django-environ
- django-storages
- asgiref
- boto3
- botocore
- dj-database-url
- gunicorn
- jmespath
- Pillow
- psycopg2-binary
- python-dateutil
- s3transfer
- six
- sqlparse
- typing_extensions
- tzdata
- urllib3
- Download repository
- Activate a virtual environment
- Make a cloud Postgresql Database
- Establish a connection with AWS S3
- Configure .env with the missing requirements
- Make migrations and migrate
env/scripts/activate (for windows)
python manage.py makemigration
python manage.py migrate
python manage.py runserver
Remember to turn DEBUG to True to fix bugs
Kiet Nguyen:
- GMAIL: kietnguyen3698@gmail.com
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration
- Facebook's Marketplace