- React
- Nodejs (Express Framework)
- Postgres
- React
- CRUD
- Database:
- Postgres
- for server:
- npm init
- npm i express pg cors
- nodemon index (in server path)
- for client:
- npx create-react-app client
- yarn start (in client path)