https://github.com/nkosi-tauro/picklerick
Pickle Rick is a Django Application that makes use of Rick And Morty API
https://github.com/nkosi-tauro/picklerick
django docker docker-compose
Last synced: 3 months ago
JSON representation
Pickle Rick is a Django Application that makes use of Rick And Morty API
- Host: GitHub
- URL: https://github.com/nkosi-tauro/picklerick
- Owner: nkosi-tauro
- License: mit
- Created: 2021-05-04T12:05:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T13:07:56.000Z (about 4 years ago)
- Last Synced: 2025-01-25T12:41:48.752Z (4 months ago)
- Topics: django, docker, docker-compose
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Picklerick
## :dart: About ##
Pickle Rick is a Django Application that makes use of [Rick And Morty API](https://rickandmortyapi.com/)
## 🏡 Architectural Decisions ##
**No Separate Framework Used (e.g Vue)**
I decided to make use of just Django as it provided me with the required feature sets needed out of the box.**Usage of Bootstrap**
Instead of creating my own custom styles, I made use of the Bootstrap library, this was to lessen the time spent on the UI.## :rocket: Technologies ##
The following tools were used in this project:
- [Django](https://docs.djangoproject.com/)
- [Docker](https://docs.docker.com/)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Docker](https://docs.docker.com/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/picklerick# Access
$ cd picklerick#Tests
$ python manage.py test rickmorty# Docker compose build
$ docker-compose build# Run the project
$ docker-compose up# Stop the project
$ docker-compose down# The server will initialize on
```## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by Nkosilathi Tauro