- Create-react-app (React - Frontend)
- Node.js / Express.js (Backend)
- Sequelize (Postgres Database)
- Vercel (Deployment)
git clone https://github.com/KYu-2468/crud-app-template.git
cd crud-app-template
package.json -> name -> change from "crud-app-template" to your-application-name
change the folder name from "crud-app-template" to your-application-name
Disconnect local repo to the remote template repo
git remote remove origin
Connect local repo to your new github repo and follow the instructions on YOUR github page
createdb your-application-name
Install both frontend and backend
npm run install:all
Install only backend dependencies first
npm install
Install only frontend dependencies next
cd client
npm install
Vercel Website Vercel Postgres Website
touch .env
npm run start:dev
Kevin Yu: LinkedIn
This project is available under the MIT license. See the LICENSE file for more info.