Code Monkey home page Code Monkey logo

cse201-final-project's Introduction

CSE201-Final-Project

Final project for CSE201

Setup instructions using VScode and Windows 10

Pulling from the Github repository

Install the git extension from the marketplace. Invoke the command palette with ctrl+shift+p, then enter:

gitcl

Login to github, select this repository, then choose a location on your hard drive to clone the repository to. This will become your project directory.

Building a Docker container

To use the dockerfile, first install the Docker and WSL extensions from the marketplace. You might be prompted to install the Docker Desktop application, which you will need.

Navigate to your project directory with the Ubuntu terminal from WSL, then run the following commands, replacing the bracketed arguments with names of your choice:

docker build -t [container name]
docker run -d -p80:80 [container name]

You will be prompted to allow docker to access networks. Select yes. You should now be hosting the project source files.

Determining IP address

Open command prompt, then type:

ipconfig

This should bring up information about your machine's IP addresses. Find your IPv4 address under Wireless LAN adapter Wi-Fi.

Accessing the webpage

Enter your machine's IP address into your browser while your docker container is running. You should see the repository source files.

cse201-final-project's People

Contributors

ezuharad avatar shaobo-sus9 avatar sharkch1l1 avatar longzeli avatar

Watchers

 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.