/picklerick

Pickle Rick is a Django Application that makes use of Rick And Morty API

Primary LanguagePythonMIT LicenseMIT

Picklerick

Github top language Github language count Repository size License


🎯 About

Pickle Rick is a Django Application that makes use of Rick And Morty API

🏡 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.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Docker installed.

🏁 Starting

# 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  <http://localhost:8000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Nkosilathi Tauro

 

Back to top