using Nodejs, ExpressJs and a PostgreSql Database, this allows users to make an account and post small advertisements for gigs they are performing, with all CRUD operations.
==================
Seeing as I had Been thinking about this concept for some time now, the planning was very straightforward to me.
- Be able to suggest users gigs based on the location within their account;
- Be able to search for gigs based on a number of parameters
- Display a 'Profile Page' where users can see their own gigs
- Comment section for each gig
- 'Interested In' feature, similar to a like button
Thankyou for Reading!