anshulahuja98 / freelancing-solutions

A freelancing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freelancing-solutions Build status Coverage Status

A freelancing platform project for course CS223(Software Engineering)

Steps to deploy

  1. Install Docker

  2. Pull the docker image of the project from dockerhub

    docker pull anshulahuja/freelancing-solutions
    
  3. Run a container of the image

    docker run -p 80:8000 anshulahuja/freelancing-solutions
    

    This will start the server exposed at port 80 of your system

  4. To connect to the shell of the container

    docker exec -it <container-name> /bin/bash
    

About

A freelancing platform


Languages

Language:Python 63.5%Language:HTML 36.0%Language:Dockerfile 0.4%Language:Shell 0.1%