Skip to content
Snippets Groups Projects

MARK-WEB

Web interface for MARK server.

Contributing

Start a mongodb container and a mark-example container so we have some toy data to display:

docker-compose up

Start a small webserver

php artisan serve

The web interface is now available at http://127.0.0.1:8000