Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 815 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 815 Bytes

machui

The frontend for MACHine for data processing platform.

This is a Next.js project.

The backend service https://github.com/joaomg/mach.

This is a development version, still is (very) early days.

It's possible to create, edit and delete tenants.

Development

Clone mach and enter directory

git clone https://github.com/joaomg/machui.git

cd machui

Install the dependencies

npm install
# or
yarn

Run the development server

npm run dev
# or
yarn dev

Launch the backend service

If not already executing:

cd ~/mach
nimble run mach config/dev_localhost.cfg

See details in https://github.com/joaomg/mach

Open machui in localhost

http://localhost:3000/

Manage the tenants

http://localhost:3000/tenant