Skip to content

An application that maps out your Mongoose Schema.

Notifications You must be signed in to change notification settings

KajolThapa/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

Languages

  • JavaScript 90.5%
  • CSS 8.8%
  • HTML 0.7%