Skip to content

A web app that connects co-working space users. Node-Express with MSSQL

Notifications You must be signed in to change notification settings

bradkillins/serverSharedWorkspace

Repository files navigation

SharedWorkspace - Server
A web-app that lets work-space renters connect with work-space owners
by Bradley Killins
b.killins499@mybvc.ca
SODV1201: Final Project - Phase 2

Using Node.js, Express & MMSQL

Installation:

This application requires Node.js and Microsoft SQL Server

---- The database scripts have recently been updated!! ----

Please run the SQL scripts in the 'dbInstall' folder on your MSSQL server.
Configure application setting in 'config.js' in the root folder.
Run app.js in the root folder

You should now be able to navigate to: localhost:port in your browser.

User login sessions are set to expire after 15 minutes of inactivity by default.

There are two user types:

Owners

  • Can view all workspaces that have been listed
  • Can view their own properties/workspaces
  • Can create new properties/workspaces
  • Can edit or delete their own properties/workspaces

Coworkers

  • Can view all workspaces that have been listed
  • Can sort or filter by various options
  • Can view owner details for any listed workspace

The following logins can be used for testing:

About

A web app that connects co-working space users. Node-Express with MSSQL

Resources

Stars

Watchers

Forks

Packages

No packages published