An open API service indexing awesome lists of open source software.

https://github.com/raheemcodes/angular-biometric-restapi

RESTApi of biometric authentication web app developed with expressJS and MongoDB
https://github.com/raheemcodes/angular-biometric-restapi

expressjs mongodb render restapi server

Last synced: 2 months ago
JSON representation

RESTApi of biometric authentication web app developed with expressJS and MongoDB

Awesome Lists containing this project

README

          

# Angular Biometric RESTApi

### Visit [Website](https://angular-biometric.web.app/)

## Development Server

Run `npm run dev` for a dev server at localhost from your environment variable in your `nodemon.json file`. make you you have set up the front. You can pull it from [here](https://github.com/Raheemcodes/angular-biometrics) and follow the instruction there to set up the frontend. set up a `nodemon.json file` in the root folder with the necessary environment variable.

## Build

Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Production Server

Run `npm start` to serve build server.