Skip to content

Create ReSTAPI with NodeJS, ExpressJS, PostgreSQL, Sequelize and EJS for Admin Dashboard.

Notifications You must be signed in to change notification settings

sanengineer/expressjs-ejs-postgresql

Repository files navigation

Build Backend Stack CRUD with NodeJS, PostgreSQL and Sequelize

This project use ExpressJS 🚀 (NodeJS framework), EJS for admin dashboard, PosgreSQL and Sequelize (ORM For NodeJS).

ER Diagram For 🐘 PostgreSQL

Entity Diagram PostgreSQL

Feature

Dashboard View

Dashboard View With EJS

CRUD Method

2 RestAPI endpoint, for admin dashboard and Frontend

Flow Chart Backend ReSTAPI EJS end Front-End

Get Started

    $ npm install

Development

Use Node Version 12.18.4 LTS (Recomended)

Run Server On Dev Mode:

    $ cd

    $ npm run dev