This repository contains a simple CRUD (Create, Read, Delete) application built with Vue.js for the frontend and Express.js for the backend.
- The backend service is deployed on a server with the domain https://absekol-api.numpang.my.id.
- The frontend service is deployed on a server with the domain https://waifu.numpang.my.id/.
- Both services are deployed using Docker containers. The Vue.js frontend service runs in a container with an nginx service, while the Express.js backend runs in a container with a Node.js service.
- Navigate to the
absekol-backend
directory. - Make sure you have Node.js installed on your system.
- Install dependencies by running
npm install
. - Start the Express.js server by running
npm start
. - The backend is deployed at https://absekol-api.numpang.my.id.