{"id":23499902,"url":"https://github.com/dhruvsrikanth/web-dev-project","last_synced_at":"2026-04-09T02:02:19.566Z","repository":{"id":111259872,"uuid":"498957177","full_name":"DhruvSrikanth/Web-Dev-Project","owner":"DhruvSrikanth","description":"A web-based implementation of the Canvas application with Student, Teacher and Admin support.","archived":false,"fork":false,"pushed_at":"2022-06-04T05:25:57.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T02:47:54.744Z","etag":null,"topics":["css","database","database-management","flask-application","front-end-development","html5","javascript","nodejs","python","python3","web-application","web-design","web-development"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DhruvSrikanth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-02T01:55:17.000Z","updated_at":"2022-06-06T21:18:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7e80d14-ea77-4726-9d78-e403d4340ca3","html_url":"https://github.com/DhruvSrikanth/Web-Dev-Project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhruvSrikanth/Web-Dev-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhruvSrikanth%2FWeb-Dev-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhruvSrikanth%2FWeb-Dev-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhruvSrikanth%2FWeb-Dev-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhruvSrikanth%2FWeb-Dev-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhruvSrikanth","download_url":"https://codeload.github.com/DhruvSrikanth/Web-Dev-Project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhruvSrikanth%2FWeb-Dev-Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","database","database-management","flask-application","front-end-development","html5","javascript","nodejs","python","python3","web-application","web-design","web-development"],"created_at":"2024-12-25T06:33:00.152Z","updated_at":"2026-04-09T02:02:19.537Z","avatar_url":"https://github.com/DhruvSrikanth.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Development Canvas Final Project\n\nIn this repository, you will find the source code, database and instructions on how to run the created application. We have created a web-based application of the **Canvas** website.\n\n## Technology Used:\n- SQL\n- Javascript\n- HTML\n- CSS\n- Python\n## Database Details:\n\nWe used `SQLite`, version 3 for this project. The schema for the database can be found in the `./database/create_db.sql` file.\n## Backend Server API:\n\nThe backend was implemented using `Flask` API. This API utilizes the `REST` API and transmits `JSON` objects at the backend.\n## Requirements:\n\n- `sqlite3` (for the `database`)\n- `python3` (for the `server API`)\n\nOnce the above requirements are met, install the required `python` dependencies - \n\n- flask\n- datetime\n- pytz\n- re\n- sqlite3\n\n## Database Instructions (For running a new instance of the database):\n\n1. Enter the correct directory - \n```\ncd database\n```\n\n2. Create the database - \n```\nsqlite3 database.db\n```\n\n3. Create the schema - \n```\n.read create_db.sql\n```\n\n4. Populate the schema - \n```\n.read populate_db.sql\n```\n\n5. Return - \n```\n.exit\ncd ..\n```\n\n## Account Setup (Initial):\n\nAfter populating the database, you will need to login as an **admin** to activate other users (**student**, **teacher**). As an admin, you will be able to check the default inactive users provided in the **settings** page.\n\nAdmin Account - \n```\nUsername (Email ID) : admin1@uchicago.edu\nPassword : @password1\n```\n\n## Run instructions (For running the server API):\n\n```\npython3 api.py\n```\n\n## Accessing Website:\n\nThe website can be found at the following address:\n```\nhttp://localhost:8080/\n```\n\nThe same can be found [here](http://localhost:8080/).\n\n## Video Demonstration:\n\nThe video demonstration (walkthrough) on how to use the website, can be found [here](https://drive.google.com/drive/folders/16zL1ZzIMbvp6CpXDmkSKIUOIMvbfWlWp?usp=sharing). \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruvsrikanth%2Fweb-dev-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhruvsrikanth%2Fweb-dev-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruvsrikanth%2Fweb-dev-project/lists"}