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
- Host: GitHub
- URL: https://github.com/renzxs/coffeeshop
- Owner: Renzxs
- Created: 2024-04-09T13:45:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T14:38:25.000Z (about 2 years ago)
- Last Synced: 2024-05-30T17:36:14.847Z (about 2 years ago)
- Topics: django, python, rest-api
- Language: Python
- Homepage:
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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