Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsarchghs/jcoders-webapp
jCoders WebApp is a web application designed to suit the needs of a particular start up for managing students/employees, trainings,income etc.
https://github.com/tsarchghs/jcoders-webapp
django html-css python web-application
Last synced: about 2 months ago
JSON representation
jCoders WebApp is a web application designed to suit the needs of a particular start up for managing students/employees, trainings,income etc.
- Host: GitHub
- URL: https://github.com/tsarchghs/jcoders-webapp
- Owner: tsarchghs
- License: gpl-3.0
- Created: 2018-05-26T12:50:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T10:42:47.000Z (over 6 years ago)
- Last Synced: 2024-10-12T06:49:32.237Z (3 months ago)
- Topics: django, html-css, python, web-application
- Language: Python
- Homepage: http://gjergjk71.pythonanywhere.com/users
- Size: 2.21 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick Setup
Clone repository:
git clone https://github.com/gjergjk71/jCoders-WebApp
Install necessary packages
pip3 install -r requirements.txt
Make migrations
python3 manage.py makemigrations
python3 manage.py migrate
Create an account with admin access
python3 manage.py createsuperuser
Run it on your local machine
python3 manage.py runserver
Or.... if you're lazy then jCoders-WebApp
Username :
admin
Password :
adm.12345