Skip to content

edu-d-rai/node-test

Repository files navigation

demo app

This app was bootstrapped with Imagine.ai 💛

Imagine.ai is an app starter on steroids!

Run the app in terminal

Install packages and start the application server.

$ yarn install
$ yarn start

Run the app inside a Docker container

Build the docker container and get it up and running.

$ docker-compose build
$ docker-compose up

Make API calls against the server

  1. Go to http://localhost:8000/swagger to see Swagger documentation for API endpoints.
  2. Run the APIs by clicking the "Try it now" button on the Swagger page.

Run admin bro dashboard

Go to http://localhost:8000/admin

Run tests and check code coverage

$ yarn test
$ yarn coverage

Lint your code

$ yarn lint
$ yarn format

Learn More

  1. Learn more about:
  1. Imagine is in beta - here are the known issues that we are working to fix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published