Skip to content

armsofter/guestBook

Repository files navigation

guest book test app

written in node.js (express, sequalize.js postgreSQL)

Installation

Use the package manager npm to install modules.

npm i

Migrations

Use migrations right after installing node modules

npm run migrate

so now you have 2 tables created users and posts

Usage

root routes

/users
/posts

User postman exported collection (guestBook.postman_collection.json) for full endpoints testing

About

Guest book TEST app in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published