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
- Host: GitHub
- URL: https://github.com/raheemcodes/angular-biometric-restapi
- Owner: Raheemcodes
- Created: 2022-10-27T11:12:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T06:21:40.000Z (almost 3 years ago)
- Last Synced: 2025-07-30T17:22:43.135Z (11 months ago)
- Topics: expressjs, mongodb, render, restapi, server
- Language: TypeScript
- Homepage: https://angular-biometric.web.app
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.