Skip to content

A managerial networking product for clubs operating in an educational institute

License

Notifications You must be signed in to change notification settings

mani-shailesh/focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

focus

License: GPL v3 Python 3.8

Description

A managerial networking product for clubs operating in an educational institute

Setup Instructions

  • Clone the repo using git clone https://github.com/mani-shailesh/focus.git
  • cd focus
  • pip install -r requirements.txt to install required python packages for the focus project. Before this, you may need to install pip and MySQL Server if you do not already have them.
  • Make a copy of credentials.py in the same folder as credentials.py.template and fill in the credentials.
    NOTE : Do not push credentials.py in the repo. It should be restricted for your personal use only.
  • Make a database with the name focus_db in MySQL.
  • Execute following commands in the given order:
    • python manage.py migrate to create required tables in your databse.
    • python manage.py createsuperuser to create a superuser for the application.
    • python manage.py runserver to run the local development server.
  • Visit http://localhost:8000/api/swagger/ to check if it's working!

About

A managerial networking product for clubs operating in an educational institute

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages