An open API service indexing awesome lists of open source software.

https://github.com/mahdyhamad/drop-pickup

Platform where people can drop and pickup packages independently from delivery services
https://github.com/mahdyhamad/drop-pickup

angular django graphql python

Last synced: 2 months ago
JSON representation

Platform where people can drop and pickup packages independently from delivery services

Awesome Lists containing this project

README

          

# Drop-Pickup :package:

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):
- username: client1@gmail.com
- password: 0000000000B

### 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: ahmadsameer@gmail.com
-- password: ahmadsameer

-- email: mohammadali@gmail.com
-- 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 :rocket:

![image](https://github.com/mahdyhamad/Drop-Pickup/blob/master/1.jpg)

![image](https://github.com/mahdyhamad/Drop-Pickup/blob/master/2.jpg)

![image](https://github.com/mahdyhamad/Drop-Pickup/blob/master/3.jpg)

## 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.