CoderHi is a website, whose backend is written in Python and Jquery
and uses the Django framework. The frontend is written by html, css. For
beta mode Sqlite is used as the database once the website will be live the
data will be transfer to postgresQL.
Frontend framework used are Bootstrap, FontAwesome .Admin,toastr.js,
Slick.js.
Javascript frameworks like OverlayScrollbars, dataTables ,adminlte,
overlayScrollbars, jquery-cookie, pooper.js are used in the system.
- Project Showcase
- Event Management
- Communication between Teacher and Student
- Improve Job Recommendation system
- Decrease job profile spamming
- Job Applies sorting system
Copy Paste the following commands to clone the repo
git clone https://github.com/Floran-Github/CoderHifi-Code/
Go inside the directory and install the module from requirements.txt
pip install -r requirements.txt
Then make the migrations and then migrate the database
python manage.py makemigrations
python manage.py migrate
Create the superuser
python manage.py createsuperuser
Now run the django server
python manage.py runserver
http://127.0.0.1:8000/