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

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

Awesome Lists containing this project

README

        

Picklerick


Github top language

Github language count

Repository size

License



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

 

Back to top