https://github.com/kayprogrammer/kaycions-earning-application-with-django
An earning application built with Django
https://github.com/kayprogrammer/kaycions-earning-application-with-django
bootstrap django html-css javascript-jquery
Last synced: 5 months ago
JSON representation
An earning application built with Django
- Host: GitHub
- URL: https://github.com/kayprogrammer/kaycions-earning-application-with-django
- Owner: kayprogrammer
- Created: 2022-01-25T18:34:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T14:46:33.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T10:33:03.860Z (9 months ago)
- Topics: bootstrap, django, html-css, javascript-jquery
- Language: JavaScript
- Homepage:
- Size: 3.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KAYCIONS EARNING
This is a simple earning site that rewards users for performing certain tasks.

### What it contains...
* General Pages
Users
* Authentication and Validation
* Tasks performance system
* Earnings system
* Notification system.
Admins
* Monitoring users and tasks approvals
* Create Update Read Delete (C.R.U.D) Tasks
* Notifications system.
etc..
### Built with...
* Django Framework
* HTML/CSS/JAVASCRIPT
* Bootstrap
### How to Test Locally...
* Download this repository
In your root directory. Run:
* `pip install -r requirements.txt` to install all dependencies
* `python manage.py runserver` to start the local server.
Check [http://localhost:8000](http://localhost:8000) to view application on your browser