Skip to content

Prajwal264/node-inversify-mongoose-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Inversify Mongoose Typescript Starter

Starter template for bootstrapping a Node server with Inversify, Mongoose, Typescript. The purpose is to help getting started quickly with Node development by providing a runnable API with examples you can build on.

Installation

Install nimt with npm

1. npm i -g nimt
2. nimt new `projectname`
3. cd `projectname`
4. npm install // in project root directory
5. npm run watch // to start typescript watcher
6. npm start // to start the server

Install nimt with npx

1. npx nimt new `projectname`
2. cd `projectname`
3. npm install // in project root directory
4. npm run watch // to start typescript watcher
5. npm start // to start the server

License

MIT

🚀 About Me

I'm Prajwal, a self taught Front end developer and an aspiring Full stack developer. I've worked on many projects on web.

Software engineering has been my muse since childhood. Even though I've taken the path less trodden, it hasn't stopped me from moving ahead, towards the fulfillment of my goals.

Checkout my portfolio here: https://portfolio-prajwal-p.vercel.app/

🔗 Links

portfolio linkedin

About

A node.js project starter with Inversify express, mongoose, typescript, es-lint and basic auth flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published