Skip to content

Internease a web based application to facilitate students to get interships and organizations to get best internies.

License

Notifications You must be signed in to change notification settings

Bikramai/Django-Interships-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


INTERN EASE 😕

application tagline here

Internease a web based application to facilitate students to get interships and organizations to get best internies.

Applications

  1. Website
  2. Root Access
  3. Administration
  4. Student Portal
  5. Organization Portal

Tools and Technologies

Category Tools and technologies
Frontend Html, Css, Javascript, JQuery, Ajax, Jinja
Backend Django, Django-Rest-Framework``
Databases SQLite, PostGre
Server Linux based ubuntu server (aws/digital ocean)

Modules

  1. Authentication and Authorization
  2. Access and Permission Control System
  3. Notification Alerts and POP-ups
  4. Email Alerts
  5. Internship Management
  6. Organization Management
  7. Staff Management

NEW TO PYTHON AND DJANGO

Configurations

Installations (step 1)

Make sure to install python first and then run the following commands.
https://www.python.org/downloads/release/python-3100/

once installations are done make sure to check these commands on terminal or command prompt.

python --version
pip --version

If you see the version of python and pip then you are good to go.

Virtual Environment (step 2)

first install virtual environment using pip

pip install virtualenv

How to run the project (First Time)

Unzip your project and navigate to the project folder and run the following commands
(make sure you are in project directory) before running these commands.

Step1 (create and activate virtual environment)

virtualenv venv
venv\Scripts\activate

Step2 (install requirements and migrate database)

pip install -r requirements.txt
python manage.py makemigrations accounts company website
python manage.py migrate

Step3 (run the server)

python manage.py runserver

How to run the project later

(make sure you are in project directory) before running these commands.

venv\Scripts\activate
python manage.py runserver

SUMMARY

ALERT !

Application is developed by MARK I & Zaala at Exarth.

About

Internease a web based application to facilitate students to get interships and organizations to get best internies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published