A comprehensive React-Node-Postgres boilerplate which includes all the server-client communication and basic CRUD and supported with awesome ant design features. Sequelize ORM is used to set up the database, models and whole db communiation.
- Node.js
- PostgreSQL
- Run npm i to install concurrently.
- Run project with npm start for development after installing server and client pakages.
- Head over apiserver and run npm install.
- Create a .config.env file and add your env variables
- Create a folder named "images" for image upload
- Cd over client and run npm install.