A question and answer site built with React + Express.js + postgreSQL
- install dbmate
- configure dbmate database credentials in .env file
- run
dbmate up
- finally, run these few commands to build the react app and serve the site using express.js
npm i
npm run build
npm run server
alternatively, if you want to work on it, you could run npm run dev