https://github.com/neelr/teamviewer
A node web app for team planning
https://github.com/neelr/teamviewer
Last synced: 2 months ago
JSON representation
A node web app for team planning
- Host: GitHub
- URL: https://github.com/neelr/teamviewer
- Owner: neelr
- License: agpl-3.0
- Created: 2019-03-04T07:20:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T01:16:12.000Z (about 6 years ago)
- Last Synced: 2025-01-16T20:55:46.529Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeamViewer
## What is this?
A node web app for team planning. It has a few people in it and can use them to organize teams to where they are going at which specific times.
## Dependencies
You need:- Express
To create the webserver
- Body Parser
To parse the html inputs
- ejs
As a templating engine
- fs
To edit the json file
## Why?
Do you work in a team? Have you had any managment problems, or something like that? You might like my node.js project! TeamViewer is a web app for people to be able to know where people are working, and where, in one app. It takes the inputs into a json file and is then able to display it! This can be used for other things, like for school, work, or even just family attendance!
## How to Install
1. Run npm install to install all dependencies
`npm install`
2. Run the index.js file to start it all up!
`node index.js`
3. View the app on port 3000 and chaneg names and places ion index.js and index.html