In Nearsoft, culture is very important, it is considered one of the main pillars of the company, and, because the offices are in different cities, maintaining the same culture through this geographical barrier is a difficult task.
Office-Portal main objectives:
- Connect the offices in real time
- Share our culture naturally
- Cohabitate with the other offices
git clone https://github.com/Nearsoft/office-portal.git
In the office-portal folder install dependencies:
npm install
bower install
npm start
Go to http://localhost:5000 and you're all set!
You can use the API for making the next actions:
URL | /off |
---|---|
Request Method | POST |
Params | token |
token: A valid token taken from either the environment variables or defined in config/index.js
URL | /on |
---|---|
Request Method | POST |
Params | token |
token: A valid token taken from either the environment variables or defined in config/index.js
Run the tests:
npm test
To find more in-depth information about the project
please visit our wiki