DevOps Essentials (DVOPS) & Full Stack Web Development (FWEB)
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.
-
Clone the repository to your local machine.
git clone https://github.com/PureStupid/dvops-fweb-wsc-web-tech-portal.git
-
Open the project folder.
cd dvops-fweb-wsc-web-tech-portal
-
Use
composer
andnpm
to install dependencies.composer install npm install
-
Create a
.env
file following the provided.env.example
and set your environment variables accordingly.touch .env
-
Run the application using the provided scripts. For example, to run the project in development mode:
composer run-script dev