Skip to content

hayk-simonyan/nodejs-postgres-crud-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD application using Express, React, PostgreSQL

Steps to run this application in your local machine

BACKEND

  1. cd ./backend repository
  2. change dbURI variable in config/default.json to point to your postgres database
  3. don't forget to npm install
  4. run npm run server

FRONTEND

  1. cd ./frondend repository
  2. don't forget to npm install
  3. run npm start

About

CRUD application using Express, React, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published