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.
- Host: GitHub
- URL: https://github.com/sanengineer/expressjs-ejs-postgresql
- Owner: sanengineer
- Created: 2020-09-29T16:47:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T15:22:30.000Z (over 5 years ago)
- Last Synced: 2025-04-08T10:53:04.867Z (11 months ago)
- Topics: admin-dashboard, ejs, express-js, expressjs, expressjs-framework, nodejs, postgres, postgresql, postgresql-database, rest-api, restful-api, sequelize
- Language: HTML
- Homepage:
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Feature
### Dashboard View

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

## Get Started
$ npm install
## Development
Use Node Version 12.18.4 LTS (Recomended)
### Run Server On Dev Mode:
$ cd
$ npm run dev