Skip to content

A CRUD created with PostgreSQL, Express, React and Node (PERN). It creates, delete, update and Get family members.

Notifications You must be signed in to change notification settings

dfbq91/pern-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERN CRUD APP

Version

A CRUD created with PostgreSQL, Express, React and Node (PERN). It creates, delete, update and Get family members.

Install

  1. Clone this repository: `git clone https://github.com/dfbq91/pern-crud-app
  2. Install PostgreSQL if you do not have
  3. Make sure postgresql is running: sudo service postgres status. Otherwise start it: sudo service postgres start
  4. Start PostgreSQL sudo -u postgresql psql and type first command available on database.sql(Create database)
  5. Make sure after of to create API database, in postgresql command line, to use \c api
  6. Execute other commands available in database.sql
  7. Go to backend folder and type: npm install
  8. Start backend typing: npm run dev
  9. Go to frontend folder and type: npm install
  10. Start frontend typing: npm run start

Usage

pern-crud-app

Author

👤 Diego Betancourt


This README was generated with ❤️ by readme-md-generator

About

A CRUD created with PostgreSQL, Express, React and Node (PERN). It creates, delete, update and Get family members.

Topics

Resources

Stars

Watchers

Forks