A movies social app that lets film buffs share their ratings and reviews.
Update the values/settings of ".env.local" file to your own
https://film-buffs.herokuapp.com/
- Next.js
- MongoDB
- Framer Motion
# Clone this repository
git clone https://github.com/moaaz-bhnas/buffs.git
# Go into the repository
cd buffs
# Install dependencies
npm install
# Run the app
npm run dev