Anujraval24 / postgres-express-react-node

PostgreSQL ( Sequelize ORM ) + Express JS + React JS ( Next JS + Tailwind CSS + Typescript ) + Node JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgres-express-react-node

PostgreSQL ( Sequelize ORM ) + Express JS + React JS ( Tailwind CSS + Typescript ) + Node JS

Steps to run postgres-express-react-node-backend

  1. yarn add global sequelize-cli
  2. yarn
  3. yarn migration
  4. cp .env .env-example
  5. yarn dev
Config PostgreSQL | Sequelize
  1. npx sequelize-cli init
  2. npx sequelize-cli db:create
  3. npx sequelize-cli db:migrate
  4. npx sequelize-cli db:migrate:undo
  5. npx sequelize-cli seed:generate --name User

About

PostgreSQL ( Sequelize ORM ) + Express JS + React JS ( Next JS + Tailwind CSS + Typescript ) + Node JS

License:MIT License


Languages

Language:JavaScript 79.1%Language:TypeScript 15.0%Language:HTML 4.0%Language:CSS 1.0%Language:Shell 0.9%