alyssonbarrera /
task-manager-api
API for task management application
31/100 healthLoading repository data…
zucchinidev / repository
Application for management of the human resources department of a company using the stack mean (Mongo + Mongoose, Express, Angular 2 and NodeJS) + TypeScript
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Application for management of the human resources department of a company using the stack mean (Mongo + Mongoose, Express, Angular 2 and NodeJS) + TypeScript
// Create Employee
create(item: IEmployeeModel): Promise<IEmployeeModel> {
return new Promise<IEmployeeModel>((resolve, reject) => {
this.repository
.create(item)
.then(resolve)
.catch(reject);
});
}
To learn about development with NodeJS & Angular 2 using TypeScript
npm install -g typescript
npm install -g typings
npm install
typings install
npm start
TODO
TODO
Selected from shared topics, language and repository description—not editorial ratings.
alyssonbarrera /
API for task management application
31/100 healthuni-traffic /
🚀 Serverless Express backend using DDD & Clean Architecture for UniTraffic vehicle management system with role-based access, authentication, violation tracking, and vehicle application workflows. Powered by TypeScript, Prisma, and PostgreSQL.
40/100 health