Skip to content

demirtasdurmus/node-react-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-React.js-PostgreSQL project

A comprehensive React-Node-Postgres boilerplate which includes all the server-client communication and basic CRUD and supported with awesome ant design features. Sequelize ORM is used to set up the database, models and whole db communiation.

Prerequisites

  • Node.js
  • PostgreSQL

Getting Started

Root

  • Run npm i to install concurrently.
  • Run project with npm start for development after installing server and client pakages.

Apiserver

  • Head over apiserver and run npm install.
  • Create a .config.env file and add your env variables
  • Create a folder named "images" for image upload

Client

  • Cd over client and run npm install.

About

node-react-auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published