Skip to content

CoderHiFi is a platform that only focuses on the growth of the programmer community

License

Notifications You must be signed in to change notification settings

Floran-Github/CoderHifi-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderHifi-Code <Hi>

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.

Features

  • Project Showcase
  • Event Management
  • Communication between Teacher and Student
  • Improve Job Recommendation system
  • Decrease job profile spamming
  • Job Applies sorting system

Usuage

Clone Repository

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

Now you goto localhost:8000 to see the website

    http://127.0.0.1:8000/

About

CoderHiFi is a platform that only focuses on the growth of the programmer community

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published