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

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

Awesome Lists containing this project

README

          

# KAYCIONS EARNING

This is a simple earning site that rewards users for performing certain tasks.

![alt text](https://github.com/kayprogrammer/kaycions-earning-application-with-django/blob/master/display.png?raw=true)

### 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