Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcheateugene/animeshop
Anime shop. written in Django. Does not include any payment system, or order processing, because I'm too lazy to write it, so implement your own
https://github.com/mrcheateugene/animeshop
Last synced: about 1 month ago
JSON representation
Anime shop. written in Django. Does not include any payment system, or order processing, because I'm too lazy to write it, so implement your own
- Host: GitHub
- URL: https://github.com/mrcheateugene/animeshop
- Owner: MrCheatEugene
- License: bsd-3-clause
- Created: 2023-08-05T06:03:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T06:03:52.000Z (over 1 year ago)
- Last Synced: 2023-08-05T07:23:13.480Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```pip install -r requirements.txt```# Deploy
```python manage.py runserver```