- Created the Home page of the Website.
- The homepage consists of two modules
Users who are renting a space
andUsers who are looking for a parking space
. - We have added Routes that render the UI into its corresponding paths.
- Added the Registeration form where the users can register the website.
- Added the Login component from where the users can login.
- We have setup GoLang with fiber framework.
- We have set up the Database in MongoDb and connected our backend.
- We have developed a
RegistrationAPI
which helps the new users to register, which is stored in the Database. - We have also developed a
FetchAllUsersAPI
which will list all the registered users in the Database. - Video demo of the Frontend system.
- Video demo of the Backend system.