Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.86 KB

team-project-team4

Team Members/Contributors

-Sri Harsha Ponukumati(017423627)

- Miranda Livengood(014929980)

- Sai Kiran Kammari(17438226)

- Maheedhar Reddy Bukkasamudram(17046939)

Git Repo:

https://github.com/gopinathsjsu/team-project-team4

Team Project Journal

https://docs.google.com/document/d/1ckPqRZaKOvD5X7K1qU174mJnklwMOss6UIOoA8L7o6Y/edit?usp=sharing

Team Sprint Task Sheet

https://docs.google.com/spreadsheets/d/19ZF0dMpmvXiuYmu4cl2r2PXSRL5ZET3w581F99te-k0/edit?usp=sharing

Diagrams:

Deployment

deployment

Component

Component

UI Wireframes:

https://drive.google.com/file/d/1AVT22UhzrQ7E6nFm_Tb3h8EJdqUhSUkq/view?usp=sharing

Xp Core Values Followed:

Communication:

We communicated by meeting atleast 3 times a week and never miss a meeting to ensure we work together as a team. We all followed the same strategy for coding so that the code is understood by everyone.

Simplicity:

We wrote simple code bringing more value to a product, as it saves time and effort. We worked on writing a simple code initially and improving upon it to make it more refined.

How to run the web-app:

Step 1: Clone the app by command " git clone "

Step 2: Go to the server directory and install node modules by command "npm i OR npm install"

Step 3: Run the server by command "npm start"

Step 4: Go to the client directory and install node modules "npm i OR npm install"

Step 5: Run the Client by command "npm start"