This platform allow users to generate Terms and Conditions (T&C) and Privacy Policy
TermsToGo is a website that allows users to generate terms & conditions and privacy policy. Users are allowed to enter basic information to help generate a personalized terms & conditions and privacy policy, with options to export, download and website embed. They can as well save data and come back to download later. Click here to know more
The first thing to do is to clone the repository:
git clone git@github.com:zuri-training/Reindeer2-T_c_gen.git
Go to the project directory
cd Reindeer2-T_c_gen
Create a virtual environment to install dependencies in and activate it:
virtualenv -p python3 env
/env/scripts/activate
Then install the dependencies:
(env) pip install -r requirements.txt
Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.
Once pip has finished downloading the dependencies:
(env) cd t_c_gen
Start the server
(env)$ python manage.py runserver
And navigate to http://127.0.0.1:8000/t_c_policy_gen/ on your browser
You can now interact with the application as a Guest.
Client: • HTML • CSS • JavaScript
Server: • Python • Django
Design: • Figma
I4G x Zuri Training