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

https://github.com/renzxs/coffeeshop

A Software Development Project for a Web and Mobile E-Coffee Shop system
https://github.com/renzxs/coffeeshop

django python rest-api

Last synced: 6 months ago
JSON representation

A Software Development Project for a Web and Mobile E-Coffee Shop system

Awesome Lists containing this project

README

          

# Coffee Shop - Backend

## DEVELOPERS GUILDLINES:

---

REMAINDER FOR CONTRIBUTORS, PLEASE ALWAYS PULL BEFORE PUSHING!

### GIT GUILDLINES:

1. Clone this repository:

```
$ git clone https://github.com/Renzxs/CoffeeShop.git
```

2. After making changes in the reposities, add it to the stack:

```
$ git add
// EX: git add admin/index.html
```

3. Commit the changes you made:

```
$ git commit -m -m
// EX. git commit -m "Made changes in index.html" -m "I already centered the div, yehey!"
```

4. Pull the code, to make sure your working in the updated version of the repository. THIS IS IMPORTANT BEFORE PUSHING YOUR CHANGES.

```
$ git pull
```

5. Lastly, push the changes you make in the repository. If you already happy in your code you can already push it in the main branch.

```
$ git push
```

---

## DEPENDENCIES REQUIRED:

- Django
- DjangoRestFramework
- Environs
- CorsHeaders
- Pillow