A RESTFUL API for creating shortened links
This project was built with Flask web framework running Python 3.5. https://github.com/pallets/flask
pip3 install requirements.txt
- pip3 may be pip depending on your $PATH- Install MongoDB Server
- CD to the root directory
- Start the Flask server:
python3 run.py
- python3 may be python3.5 depending on your $PATH - Access the server on localhost:5000