Skip to content

nanoREST is a tiny MVC REST framework for micro-services.

Notifications You must be signed in to change notification settings

SindriaInc/nanoREST

Repository files navigation

nanoREST

nanoREST is a tiny MVC REST framework for micro-services.

Setup Development Environment

  • Clone this repo: git clone [email protected]:<project-namespace>/<repo-name>.git
  • Move into it: cd <repo-name>
  • Setup env: cp .env.local .env
  • Setup docker compose: cp docker-compose.local.yml docker-compose.yml
  • Start environment: docker-compose up -d

Releases

No releases published

Packages

No packages published