Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.54 KB

Drop-Pickup 📦

Admin site: https://admin-drop-and-pickup.herokuapp.com/admin

Main site: https://drop-and-pickup.herokuapp.com/login

Super user credentials (admin site):

  • username: admin
  • password: admin123

Clients Users (admin site):

Staging Users (main site):

Note: if you made changes and did not see data, refresh the page. Users are technically on the same table in the database, so if you login in the main site using admin users, you will not get the desired experience.

-- email: [email protected] -- password: ahmadsameer

-- email: [email protected] -- password: mohammadali

Create a store:

  • To create a store, you have to create a client, then go to users and create a user and assign him/heer a client.
  • Logout from super user and login with store credentials and you should see you shipments and other details.

This is the main repo for Team Drop and Pickup.

Team Members:

  • Mahdy Mousa/Hamad

Main Goal 🚀

image

image

image

Architecture

The platform is a web application consist of two parts, the Frontend, and the Backend.

The Frontend

We are using Angular 8 to create an interactive user interfaces for the platform. We use Typescript to achieve that.

The Backend

The backend is written in Python using Django as the framework.