Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsmraga-hub/classlist-attendance

A Python(Django) application that records students attendance.
https://github.com/itsmraga-hub/classlist-attendance

Last synced: 1 day ago
JSON representation

A Python(Django) application that records students attendance.

Awesome Lists containing this project

README

        

# ClassList-Attendance

> A Python(Django) application that records students attendance developed as part of final project implementation for PLP.

## Setup

- To get started with a Django project.

- Navigate to project directory either created locally or a repository cloned from GitHub.

- Create virtual environment `python -m venv venv`.

- Run `source venv/Scripts/activate` to activate the virtual environment.

- Once the `venv` is active, run `django-admin startproject project_name .` - The dot makes sure the project is created in the root directory you are currently in.

- Run `python manage.py migrate` to migrate.

- Run `python manage.py createsuperuser` to create user.

- Run `manage.py runserver`. The project should be rendered properly on the browser with default django page to show the setup was successful.

## Getting Started

- git clone `https://github.com/itsmraga-hub/ClassList-Attendance.git`

- cd `ClassList-Attendance`.

- While inside the directory `ClassList-Attendance`, run `manage.py runserver`.

- On your browser visit the link [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to view the project.

- Enjoy the project.