RMjessica / starwars-REST-API

This is an starwars API REST.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars REST API 🚀

Features

  • Integrated with Pipenv for package managing.
  • SQLAlchemy integration for database abstraction.

Installation

pipenv install;
mysql -u root -e "CREATE DATABASE example";
pipenv run init;
pipenv run migrate;
pipenv run upgrade;

Manual Installation for Ubuntu & Mac

⚠️ Make sure you have python 3.6+ and MySQL installed on your computer and MySQL is running, then run the following commands:

$ pipenv install (to install pip packages)
$ pipenv run migrate (to create the database)
$ pipenv run start (to start the flask webserver)

About

This is an starwars API REST.


Languages

Language:Python 98.0%Language:Mako 1.4%Language:Shell 0.4%Language:Procfile 0.2%