An open API service indexing awesome lists of open source software.

https://github.com/sanengineer/expressjs-ejs-postgresql

Create ReSTAPI with NodeJS, ExpressJS, PostgreSQL, Sequelize and EJS for Admin Dashboard.
https://github.com/sanengineer/expressjs-ejs-postgresql

admin-dashboard ejs express-js expressjs expressjs-framework nodejs postgres postgresql postgresql-database rest-api restful-api sequelize

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Build Backend Stack CRUD with NodeJS, PostgreSQL and Sequelize

This project use [ExpressJS 🚀](https://expressjs.com) ([NodeJS](https://nodejs.org) framework), EJS for admin dashboard, [PosgreSQL](https://www.postgresql.org/) and [Sequelize](https://sequelize.org/) (ORM For NodeJS).

## ER Diagram For 🐘 PostgreSQL

![Entity Diagram PostgreSQL](https://res.cloudinary.com/dsv9w1ey3/image/upload/v1602518877/github-images/Challange_Ch_6_Entity_Diagram_z7jldc.png)

## Feature

### Dashboard View

![Dashboard View With EJS](https://res.cloudinary.com/dsv9w1ey3/image/upload/v1602350572/github-images/dashboard-admin-ejs_jncagc.png)

### CRUD Method

### 2 RestAPI endpoint, for admin dashboard and Frontend

![Flow Chart Backend ReSTAPI EJS end Front-End](https://res.cloudinary.com/dsv9w1ey3/image/upload/v1602142703/github-images/Flow_Chart_Admin_Dashboard_Challenge_Chapter_6_dc01be.png)

## Get Started

$ npm install

## Development

Use Node Version 12.18.4 LTS (Recomended)

### Run Server On Dev Mode:

$ cd

$ npm run dev