create-nodejs-startup-api
v1.0.3
Published
A boilerplate for building RESTful APIs using Node.js, Express, Typescript and Mongoose.
Downloads
5
Maintainers
Readme
Quick Start
To create a project, simply run:
npx create-nodejs-startup-api <project-name>
Manual Installation
If you would still prefer to do the installation manually, follow these steps:
Clone the repo:
git clone --depth 1 https://github.com/NirobxHasan/node-express-typescript-boilerplate.git
cd node-express-typescript-boilerplate
npx rimraf ./.git
Install the dependencies:
yarn install
Set the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)