dcDalin / the-gown

The Gown API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Gown API

Build Status Coverage Status Codacy Badge Maintainability Open Source Love

This is a Python Flask API implementation of a Wedding Gown Booking System.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Install

Clone the repository

$ git clone https://github.com/dcDalin/the-gown.git

Change Directory to the now cloned folder

$ cd the-gown

Create a virtual environment

$ python3.6 -m venv venv

Activate the virtual environment

$ source venv/bin/activate

Project depends on Python 3.6 and pip.

Usage

Run the server

$ python3.6 run.py

Author

  • Dalin Oluoch

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

The Gown API

License:MIT License


Languages

Language:Python 78.1%Language:HTML 21.9%