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