Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkumarverma/attendance-backend
Backend for Attendance application
https://github.com/yashkumarverma/attendance-backend
azure docker express jsdocs mongodb typescript
Last synced: 9 days ago
JSON representation
Backend for Attendance application
- Host: GitHub
- URL: https://github.com/yashkumarverma/attendance-backend
- Owner: YashKumarVerma
- License: mit
- Created: 2020-04-13T22:18:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:38:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:53:54.296Z (over 1 year ago)
- Topics: azure, docker, express, jsdocs, mongodb, typescript
- Language: TypeScript
- Homepage:
- Size: 976 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Attendance Application : Backend
[![Build Status](https://travis-ci.com/YashKumarVerma/attendance-backend.svg?token=bdYdpM7ki4qrmdCwJmGf&branch=master)](https://travis-ci.com/YashKumarVerma/attendance-backend)
[![codecov](https://codecov.io/gh/YashKumarVerma/attendance-backend/branch/master/graph/badge.svg)](https://codecov.io/gh/YashKumarVerma/attendance-backend)
![GitHub](https://img.shields.io/github/license/yashkumarverma/attendance-backend)
![GitHub top language](https://img.shields.io/github/languages/top/yashkumarverma/attendance-backend)
![Dependencies](https://img.shields.io/david/yashkumarverma/attendance-backend)
![GitHub last commit](https://img.shields.io/github/last-commit/yashkumarverma/attendance-backend)
![GitHub repo size](https://img.shields.io/github/repo-size/yashkumarverma/attendance-backend)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/yashkumarverma/attendance-backend/latest)](https://hub.docker.com/repository/docker/yashkumarverma/attendance-backend)
[![Docker Automated build](https://img.shields.io/docker/automated/yashkumarverma/attendance-backend)](https://hub.docker.com/repository/docker/yashkumarverma/attendance-backend)## Building and Running
```
$ npm install
$ npm run build
$ npm run server
```## Docs
[![Run in Postman](https://run.pstmn.io/button.svg)](https://documenter.getpostman.com/view/10043948/Szf52ouG)
Instanbul Coverage Reports : [ykv-attendance-cov.surge.sh/](http://ykv-attendance-cov.surge.sh/)