Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

do-your-own-devops-workshop/agoda-ci-workshop-2023

 
 

Repository files navigation

Agoda CI Workshop 2022

This example is a part of "Do your own DevOps workshop" by Tech@agoda.

https://ag-ci-22.com

How to contribute

You can add your own hotels in the fake database located at ./db/fakedb.ts

Running locally

Building

docker build -t our-website .

Running

docker run -it --rm -p 3000:3000 our-website

and your website will be available on http://localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.1%
  • CSS 5.6%
  • Dockerfile 5.4%
  • JavaScript 3.9%