Release Notes Changelog ‐ Neighbourly MVP - nikitapoyarekar05/nexus-fe GitHub Wiki
🚀 Version 1.0 – MVP Launch (June 10, 2025)
✅ Features Completed
Frontend
- Landing page with header, footer, and content sections
- Browse Listings Page (view and search listings)
- Listing Details Page
- About Us Page
- Favorites page (view and search saved listings)
Backend
- API Endpoints:
POST /listings
GET /listings
GET /listings/:id
GET /listings/search?query==""
PATCH /listings/:id/wishlist
GET /listings/wishlist
- PostgreSQL database setup via TypeORM
- Integration with Strapi for dynamic content
CMS (Strapi)
- Run POC for Strapi
- Setup local instance for Neighbourly
- Defined content types for site content management
CI/CD & Hosting
- Frontend hosted on Vercel with CI/CD triggered on push to
main
- Backend deployed to AWS EC2 with GitHub Actions for automatic deployment
- Database hosted on AWS RDS
- Strapi deployed to Strapi cloud
Fixes & Improvements
- Addressed review feedback
- Refactored frontend code to avoid code redundancy
- Refactored backend code for cleaner API handling
- Implemented initial unit tests for BE and FE
Documentation
- MVP feature finalisation
- API documentation
- Developer handoff documents using DeepWiki
- CI/CD front end
- Release notes/Change log
Known Issues
- No authentication layer implemented
- Preview listings sorting is under development (Good to have feature, NON MVP)