Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 953 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 953 Bytes

MAML Editor

This repository contains the source code for the MAML Editor.

The MAML Editor consists of two microservices: backend and frontend.

  • The backend is built with Node.js and Express, using MongoDB for data storage.
  • The frontend is built with Next.js

Both services use TypeScript as the primary programming language.

Pre-requisites

Backend

Run the following commands inside ./backend

npm install
npm run setup-system
npm run dev

Frontend

Run the following commands inside ./frontend

npm install
npm run dev

If both are running successfully, visit http;//localhost:8989 to launch the MAML Editor.