Fetch Rewards Coding Exercise - Backend Software Engineering
Backend: Python3
Framework: Flask, Jinja2
Requirements: Python 3
Steps to get running :
Clone repository:
$ git clone https://github.com/pmor10/fetch_rewards.git Create and activate a virtual environment:
$ pip3 install virtualenv
$ virtualenv env
`$ source env/bin/activate
Install dependencies:
`(env) $ pip3 install -r requirements.txt
Always be sure that you are inside your virtual environment (.env should be prepended to your terminal prompt)
In order to reactivate it:
source .env/bin/activate
Created by Paresa Morton LinkedIn.