Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.43 KB

Guru

Table of Content:

Deploy Link

https://guru-heroku-deploy.herokuapp.com/

Description

Guru is a PMS (Project Management System) application design for digital team collaboration.

User Guide

This guide is for using the Heorku deployed version of Guru.

If you want to clone the repository and deploy your own version, Click here redirect to the self-deployed guide

'/' (http://localhost:3001) This is the homepage for Guru

'/login' (http://localhost:3001/login) This is the login page for Guru

'/signup' (http://localhost:3001/signup) This is the sign up page for Guru

'/dashboard' (http://localhost:3001/dashboard) This page would shows related statistics of an user

'/question' (http://localhost:3001/question) This is where to post questions to get help from other users

'/answer' (http://localhost:3001/answer) This is where you can help out others and potentially upvoted

ScreenshotV

Homepage

Login Page login

Sign up page signup

Dashboard page dashboard

Question page question

Answer page answer