A CRUD created with PostgreSQL, Express, React and Node (PERN). It creates, delete, update and Get family members.
- Clone this repository: `git clone https://github.com/dfbq91/pern-crud-app
- Install PostgreSQL if you do not have
- Make sure postgresql is running:
sudo service postgres status
. Otherwise start it:sudo service postgres start
- Start PostgreSQL
sudo -u postgresql psql
and type first command available on database.sql(Create database) - Make sure after of to create API database, in postgresql command line, to use
\c api
- Execute other commands available in database.sql
- Go to backend folder and type:
npm install
- Start backend typing:
npm run dev
- Go to frontend folder and type:
npm install
- Start frontend typing:
npm run start
👤 Diego Betancourt
- Website: https://www.linkedin.com/in/diegofernandobetancourtquintero/
- Github: @dfbq91
This README was generated with ❤️ by readme-md-generator