Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 474 Bytes

Smart Shortener

A RESTFUL API for creating shortened links

This project was built with Flask web framework running Python 3.5. https://github.com/pallets/flask

Install Dependencies

  1. pip3 install requirements.txt - pip3 may be pip depending on your $PATH
  2. Install MongoDB Server

Running The App

  1. CD to the root directory
  2. Start the Flask server: python3 run.py - python3 may be python3.5 depending on your $PATH
  3. Access the server on localhost:5000