Table of Contents
'Property Management Solutin APP' Developed by a team of 11 developers
We developed this project as a group over the course of 7 days during the Hack Reactor program.
UPDATED NEEDED
- Deployed our site on AWS can be found here.
For this project, we used the following languages and frameworks in our implementation
-
Front-end
- React Hooks Context
- Axios
- Webpack
- Babel
-
Server
- Nodejs
- Express
- Nodemon
- Morgan
-
Back-end
- MongoDB
- Mongoose
-
Deployment
- Docker
- AWS
-
Test Suite
- Jest
- Enzyme
-
Style Guide
- ESLint with AirBNB style guide
Document can be found here.
Main Landing Page:
- This page will have a Login & Password
- Each user will have their own token attached which will let them have certain permissions
- Guest Check In
- Guest Check Out
- Check Room Status
- See Tasks
- Add Task Form
- Check Room Status_intergrate into front-desk component
- Employee List
- Employee Details
- Timesheets
- Payments
Hotel Setup for each location :
- Add rooms
- Edit rooms
- clone this repo to your local machine
- run
npm install
in this 'root' directory - run
npm run build-dev
in this 'root' directory - run
npm run sass
- clone 'flaminGo-backEnd' repo to your local machine in same folder for this repo
- run
npm install
in the flaminGo-backEnd 'root' directory - run
npm start
in the flaminGo-backEnd 'root' directory - find the site on localhost:7777
Have a great day!