Skip to content

Full stack webapp: A database exchange system where users can post their unused items and request items they require. Other users can use a built-in email function to respond to posts/requests. Features a fully functional search bar that can search items/organizations by distance from the user as well as a post/request management page.

Notifications You must be signed in to change notification settings

williamrx05/Sh-reNet

Repository files navigation

Sh-reNet

Full stack webapp: A database exchange system where users can post their unused items and request items they require. Other users can use a built-in email function to respond to posts/requests.

Deployment

https://williamxu.pythonanywhere.com/home/

Sh@reNet_720P.HD.mp4

Features

Registration/Login system
Search bar with filtering based on name, location, categories, and dates for available items, item requests, and organizations.
Discover page which displays available items as well as item requests based on category
User's personal item/item request management page where they can delete and add to the database
Custom home page and organization profile page
Detailed page displays of items, item requests, and organizations
Built-in email function with predefined email subject

Requirements to run

Check requirements.txt file

Installing

% git init
% git remote add origin https://github.com/williamrx05/Sh-reNet/
% git pull origin master
% cd DbExchangeSystem
% pip install -r requirements.txt
% django-admin.py startproject ShareNet ~/DbExchangeSystem
% python manage.py makemigrations
% python manage.py migrate
% python manage.py runserver

Built With

Django - Python Web Framework

Authors

William Xu - Backend/Frontend
Aaditya Yadav - Backend/Frontend + Video Presentation

About

Full stack webapp: A database exchange system where users can post their unused items and request items they require. Other users can use a built-in email function to respond to posts/requests. Features a fully functional search bar that can search items/organizations by distance from the user as well as a post/request management page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published