Code Monkey home page Code Monkey logo

alumniportal's Introduction

Alumni Portal (IITG SWC)

A platform for IITG Alumni and Students to interact!

Installation

Cloning the repository:

  • Clone the repository using git clone https://github.com/arjundey01/AlumniPortal.git.

Creating a virtual environment:

  • Create a python virtual environment inside the project directory using the command python3 -m venv env.
  • To activate the environment, run source env/bin/activate in Linux and \env\Scripts\activate.bat in Windows.
  • To exit the virtual environment, run deactivate.

Installing dependencies:

  • Activate the virtual environment
  • Run pip install -r req.txt

Installing Docker:

Note: This step is optional. Required only for the chat app for running a redis server.

  • Linux: sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io
  • Windows: Follow the steps given here.
  • Install Redis: docker pull redis

Migrating:

  • Run python3 manage.py makemigrations
  • Run python3 manage.py migrate --run-syncdb. Note: Use the argument --run-syncdb only for installation.

Starting the server:

  • (Only if redis is installed) Run docker run -p 6379:6379 -d redis:5. (Use sudo in linux.)
  • Activate the virtual environment.
  • Run python3 manage.py runserver 0.0.0.0:8000.
  • The site will be available at http://localhost:8000/.

UI Design:

alumniportal's People

Contributors

arjundey01 avatar suryansh1411 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.