/freelancing-solutions

A freelancing platform

Primary LanguagePython

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