Not all tables and columns are shown*
-
Create a new PostgreSQL database
-
Activate uuid-ossp extension by typing this query inside your newly created database:
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
Type the following command inside your cbt-crossword-api local directory:
node --harmony ./server/server.js
For the first time running, there will be a relation "public.role" does not exist
error thrown which can be ignored by re-running the server again (CTRL + C to stop).
Using Chrome Developer Tools:
node --harmony --inspect ./server/server.js
Using any supported IDE:
node --harmony --debug-brk=<port> ./server/server.js
- LoopBack v3