A Strapi Back End to the Estate Agent web app.
Uses Strapi to power the CMS backend and PSQL & GraphQL to feed information to the front end.
- Make sure PSQL is running
- Create a database named
strapi-real-estate
CREATE DATABASE "strapi-real-estate";
- CD into the project directory
cd ./strapi-real-estate
- Run Dev
npm run develop
The front-end Next.js application can be found here: https://github.com/krynv/strapi-real-estate-frontend