shreyasarker / node-crud

CRUD REST API using Vanilla Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD REST API using Vanilla Node.js without Framework

Process

To create package.json-

npm init
  • Provide a project name
  • Provide a description
  • Provide a entry point index.js
  • Provide test command if any
  • Provide git respository
  • Provide keyword if any
  • Provide author
  • Provide License

Packages

npm i --save-dev nodemon
npm i dotenv

Usage

# Install dependencies
npm install
yarn install

# Run in develpment
npm run dev
yarn run dev

# Run in production
npm start
yarn start

About

CRUD REST API using Vanilla Node.js

License:Apache License 2.0


Languages

Language:JavaScript 100.0%