Skip to content

This repository contains a web application built using Django, a high-level Python web framework. The application integrates with a third-party API to fetch data and stores/retrieves it from a relational database.

Notifications You must be signed in to change notification settings

fayiskodiyil/PythonAssessmentSubmissionRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github RepoFinder

This repository contains a web application built with Django, which interfaces with a Github API. It enables users to interact with the API's data, storing and retrieving information from a relational database.

Prerequisites

  • Python 3.x
  • Django 4.x

Project Setup

git clone https://github.com/fayiskodiyil/PythonAssessmentSubmissionRepo

cd PythonAssessmentSubmissionRepo/

# Create a virtual environment
python3 -m venv env

# Activate the virtual environment
# For Windows:
# .\env\Scripts\activate
# For macOS/Linux:
# source env/bin/activate

# Install required dependencies
pip install -r requirements.txt

# Make migrations & migrate
python manage.py makemigrations
python manage.py migrate

# Run the Django server
python manage.py runserver

# For error pages set DEBUG = False is settings.py file in project folder


# For running tests
python manage.py test

Working Examples

alt alt alt alt

About

This repository contains a web application built using Django, a high-level Python web framework. The application integrates with a third-party API to fetch data and stores/retrieves it from a relational database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published