Skip to content

Team Lead is a project to select team lead every week with no repetition per cycle

License

Notifications You must be signed in to change notification settings

benisi/Team-Lead

Repository files navigation

Team Lead

Build Status Coverage Status

Description

Team Lead is a project that randomly select members of a team to lead the team every week without repeatition per cycle

Project Planned with PIVOTAL TRACKER

Hosted API on Heroku

Installation

  1. Clone the repository by running the code below:
git clone https://github.com/benisi/Team-Lead.git
  1. cd into the repository:
cd Team-Lead
  1. Open the repository in terminal and Install dependencies by running:
npm install
  1. Create a .env file from example.env in the root directory and setup your environmental variables
  2. Run "npm start" to start the app or "npm run start:dev" for nodemon to watch
npm run start:dev
  1. Use Postman to test all endpoints
  2. Run "npm test" to test all endpoints or "npm run test:dev" for development
npm run test:dev

Technologies

NodeJS: An open-source, cross-platform JavaScript run-time environment which allows you enjoy the features of Javascript off the web browsers and implement server-side web development. Visit here for details.

ExpressJS: This is the web application framework for Node.js Visit here for details.

Mocha and Chai for framework

About

Team Lead is a project to select team lead every week with no repetition per cycle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published