Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1015 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1015 Bytes

WSC Web Tech Portal

DevOps Essentials (DVOPS) & Full Stack Web Development (FWEB)

Overview

This project contains a deliverable for the CIT2C22 DevOps Essentials and CIT2C20 Full Stack Web Development modules at Temasek Polytechnic.

This project contains a WorldSkills Competition Web Tech Portal application.

Getting Started

  1. Clone the repository to your local machine.

    git clone https://github.com/PureStupid/dvops-fweb-wsc-web-tech-portal.git
  2. Open the project folder.

    cd dvops-fweb-wsc-web-tech-portal
  3. Use composer and npm to install dependencies.

    composer install
    npm install
  4. Create a .env file following the provided .env.example and set your environment variables accordingly.

    touch .env
  5. Run the application using the provided scripts. For example, to run the project in development mode:

    composer run-script dev