Skip to content

REST API that allows a user to comment on characters and episodes in the Rick & Morty universe.

License

Notifications You must be signed in to change notification settings

Medhi83/Rick-and-Morty

Repository files navigation

API - Rick & Morty

REST API that allows a user to comment on characters and episodes in the Rick & Morty universe.

Prerequisites

  • python3.9
  • docker-compose

Quick start

Run the app and mariadb

make run

Create the database

make create_database

Import data from :

  • scripts/json_data/rick_morty-chracters_v1.json
  • scripts/json_data/rick_morty-episodes_v1.json
make import_data

API Documentation

http://localhost:8080/api/swagger

Some examples :

Set up for development

Create virtual environment from python3.9 and install requirements

make install_env

Running the tests locally

make test

About

REST API that allows a user to comment on characters and episodes in the Rick & Morty universe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages