As a user, I want to be able to sign up to Tenant Talk
As a user, I want to be able to log in to Tenant Talk
As a user, I want to be able to log out of Tenant Talk
As a user, I want to view properties with their reviews
As a user, I want to view my profile page with my reviews
As a user, I want to update my name and email address
As a user, I want to create a new review
As a user, I want to view a 'how it works' page about how to rate properties
Clone this repo and run the following commands in your terminal.
cd frontend
npm install
npm start
cd ..
cd api
npm install
JWT_SECRET=secret npm start
- MongoDB
- Express
- React.js
- Node.js
- Tailwind
- Jest (backend tests)
- Cypress (frontend tests)