Shradha27 / Portal-Stack

This project consists of a training & placement portal system for students to get access to the notices and other information that is uploaded by their T.P. head.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portal Stack

Python Version Django Version

This project is about making a Training & Placement portal system for Students & T.P head to get access for the notices and other information that is uploaded by their T.P head.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/shradha27/Portal-Stack.git

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

References

Read the blog post How to Implement Multiple User Types with Django.

About

This project consists of a training & placement portal system for students to get access to the notices and other information that is uploaded by their T.P. head.

License:MIT License


Languages

Language:CSS 47.2%Language:HTML 42.8%Language:SCSS 5.3%Language:Python 3.0%Language:JavaScript 1.7%