ianvaernet / ExpressCRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressCRUD

Requirements

  • Docker installed
  • Docker compose installed

How to start

  1. Run npm install
  2. Run npm run init
  3. In your browser, go to localhost:8000/api

After that:

  • Run npm start to start the containers
  • Run npm stop to stop the containers

Commands:

  • npm run migrate migrationName to create a new migration
  • npm run lint to lint the code

About


Languages

Language:TypeScript 92.2%Language:Dockerfile 5.6%Language:JavaScript 1.6%Language:Shell 0.6%