API developed in Django + DRF and linking informations to a Google Sheets.
Run commands (Windows OS):
python -m venv env
env\Scripts\activate
python -m pip install --upgrade pip
pip install django
pip freeze > requirements.txt
pip install -r requirements.txt
pip install libraryName
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- This project is connected with the Google Sheets API by the 'gspread' library (https://pypi.org/project/gspread/);
- All functions and code related to Google Sheets API can be found in spreadsheet.py;
- To get connected with the Google Sheet that the server is connected, click in the link: https://docs.google.com/spreadsheets/d/1w-mgy_DsnAaw6lFnV9xmeDfzQy2_iWIzUYjLUhX6SxA/edit?usp=sharing