Simple CRUD Vue App with Express.js Backend

This repository contains a simple CRUD (Create, Read, Delete) application built with Vue.js for the frontend and Express.js for the backend.

Deployment Information

  • 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.

Running the Express.js Backend

  1. Navigate to the absekol-backend directory.
  2. Make sure you have Node.js installed on your system.
  3. Install dependencies by running npm install.
  4. Start the Express.js server by running npm start.
  5. The backend is deployed at https://absekol-api.numpang.my.id.