Skip to content

Get Placed web application help you to find the best courses, certifications and tutorials available online. It provides information of upcoming off-campus hiring drives and Internships and also authorized user can share tips/hacks about technology

License

Notifications You must be signed in to change notification settings

CS-Hunt/Get-Placed

Repository files navigation

Welcome to the Get Placed Repository

Telegram Community Gmail


Getting Started

If you are trying to use this project for the first time, you can get up and running by following these steps.

To contribute to this project, please see the contributing guidelines.

Install and Run

Make sure you have Python 3.x installed and the latest version of pip installed before running these steps.

Clone the repository using the following command

git clone git@github.com:CS-Hunt/Get-Placed.git
# After cloning, move into the directory having the project files using the change directory command
cd Get-Placed

Create a virtual environment where all the required python packages will be installed

# Use this on Windows
python -m venv env
# Use this on Linux and Mac
python -m venv env

Activate the virtual environment

# Windows
.\env\Scripts\activate
# Linux and Mac
source env/bin/activate

Install all the project Requirements

pip install -r requirements.txt

-Apply migrations and create your superuser (follow the prompts)

# apply migrations and create your database
python manage.py migrate

# Create a user with manage.py
python manage.py createsuperuser

Run the development server

# run django development server
python manage.py runserver

Reviewers

After submitting your PR, please tag reviewer(s) in your PR message. You can tag anyone below for the following.


Explore admin panel for model data or instances

http://127.0.0.1:8000/admin or http://localhost:8000/admin

Login with the user credentials (you created) using "createsuperuser" cmd

⚠ If everything is good and has been done successfully, your project should be hosted on port 8000 i.e http://localhost:8000/

About

Get Placed web application help you to find the best courses, certifications and tutorials available online. It provides information of upcoming off-campus hiring drives and Internships and also authorized user can share tips/hacks about technology

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published