Skip to content

comnetsAD/MAML2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published