Skip to content

quelhasu/castle-client

Repository files navigation

Castle Client

Client interface for Castle project

You can visit this link to seet it working.

This tool allow accessing firebase database hotels in order to use it in the client interface.

NextJS React JS framework.
Boostrap Frontend style library.
Leaflet, Geolib Interactive map & geolocation library. chart.js Chart library. MaterialTable Datatable react component.

This project is a micro-service of Castle project including castle-api and castle-cron-job.

Initial README

How to use it

Docker Usage

First, build the Dockerfile:

$ docker build -t castle-client .

Now run this image previously built:

$  docker run --rm -p 3000:3000 castle-client