Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.29 KB

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