chingu-voyage3 / bears-21

Hissues
https://hissues.herokuapp.com/
6 stars 0 forks source link
javascript react redux

Chingu Voyage 3 - Team Bears #21 - Hissues

Elevator Pitch

A student accomodation issue tracker.

Project Justification

There seems to be a real gap for applications when tenants are communicating with the landlords/agencies. Last time I did this, it was through email. This is very slow and hard to keep track of. Having a dashboard to track the current issues would be super useful. Moreover seeing how landlords and agencies handled previous tenants would be useful to see, and might determine if you chose to rent the property.

Project Scope

Creating a housing platform for current students. This project will be completed by mid January, as given by the Chingu hosts. It will include a platform for future tenants to see available houses, with the ratings of the landlord and agency. Communication between user and landlord/agency such that they can book a house viewing. A dashboard such that the current tenants can report any issues with the house and see the status of the repair/discussion of the problem. Finally a tracking dashboard to see when future payments such like deposits and rent need to be made by.

Project Success

Initial Ideas

v2 and later

Project Deliverables

Local development

  1. create a .env file according to our .env.example file
  2. start up local/remote mongodb server
  3. run npm install in the root directory and in the frontend directory
  4. Change back into the root folder and run our ecosystem using npm run develop

lint

$ npm run lint

lint watch mode

$ npm run lint:watch

Stack

We used a completed JavaScript ecosystem for the development of our fullstack application, more often referred to the MERN stack.

Authors