Keyword:
- remove (to remove data in the database) / delete (restful keyword)
- fetch (to fetch data from database) / get (restful keyword)
- save (to save data in the database) / post (restful keyword)
-
Run
npm i
command -
Setup POSTGRESQL database settings inside
config.ts
file -
Run
npm run dev
command for Developing mode (Automatic reload when changes occur)Run
npm start
command for Production mode