Review the Challenge document and fork off of this repo to complete your work.
Please have docker installed to run app with a single command.
With docker installed, docker-compose up should be all you need to run the app.
# development
$ docker-compose up -d
This will launch three containers (the rails api app, mongodb instance, and the vite dev server) in the default local ports (3000, 27107 and 3036 respectively).
Access the home page at http://localhost:3000