Skip to content

schema-armadillo/Schema-Armadillo

Repository files navigation

Schema-Armadillo

An application that maps out your Mongoose Schema.

NEED TO CREATE A DATABASE IN YOUR LOCAL SERVER BEFORE RUNNING THE PROGRAM

  1. $ psql postgres
  2. postgres=# CREATE DATABASE armadillo-schema;
  3. postgres=# CREATE ROLE armadillo WITH LOGIN PASSWORD 'pink';
  4. postgres=# grant all privileges on database armadillo-schema to armadillo;

About

An application that maps out your Mongoose Schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published