Giter Club home page Giter Club logo

portfolio's Introduction

Portfolio

Portfolio of SDSLabs made in Django and Vue.

Setup Instructions

  • Install python and pip.
  • Install virtualenv.
  • Clone the github repository.
  • Go the root directory of the project and run virtualenv -p python3 ./venv.
  • Activate the virtualenv with source ./venv/bin/activate.
  • Run pip install -r settings/requirements-common.txt.
  • Run pip install -r settings/dev/requirements-dev.txt or pip install -r settings/prod/requirements-prod.txt depending on the environment.

The next 2 steps are for installing postgresql. Alternatively, if you do not want to use docker you can install postgresql on your own.

  • Make sure docker and docker-compose is installed.

  • Run docker-compose -f settings/dev/postgres-docker-compose.yml up -d.

  • Once you have an up and running configuration of postgresql copy settings/dev/settings.sample.py to settings/dev/settings.py and update the postgresql credentials.

  • Run python manage.py migrate --settings settings.dev.settings.

  • Run python manage.py createsuperuser --settings=settings.dev.settings.

  • Run python manage.py runserver --settings settings.dev.settings.

  • Open localhost:8000/admin to verify that your django backend is working perfectly.

  • Go to the frontend directory.

  • Run npm install.

  • Run npm run serve.

  • Open localhost:8080 to see the frontend.

portfolio's People

Contributors

abhaygupta97 avatar abhshkdz avatar ankitkataria avatar apsdehal avatar arpitsingla96 avatar aryanraj avatar ayanchoudhary avatar burnerlee avatar captn3m0 avatar gupta-utkarsh avatar hkirat avatar ishan-002 avatar jaindeepali avatar mangalutsav avatar shashankmehta avatar sin3point14 avatar sopankhosla avatar tocttou avatar vedanshbhartia avatar wryonik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

portfolio's Issues

Add License

The site is very beautiful, good job with that

Is this template publicly usable, could you please add the appropriate license to the repo?

Make website phone-compatible

Currently, the first image and the stats table cause the website to have a lot of wihte space on the right. Resizing the image and table to suit multiple screens should fix this.

Ping: @pkarira

Add meta tags

Add og: and twitter: meta tags for the portfolio SEO

Add Fb / Twitter Stream

We post actively on Fb and it is cross posted on twitter. I would love to see a stream of updates on the portfolio as well, will add a dynamic component

Improper cover images in Events section

The one used for Syntax Error looks great. Others should be centered or a more relevant section should be in focus.

Even the Backdoor logo isn't centered.

Initial Events not completely covering the viewport

In my resolution (1920 x 1080), only 2 initial events are being displayed, which do not cover the screen completely and therefore it looks odd.

I believe, that number of initial achievements which are visible, should depend on the resolution.

Screenshot

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.