OWASP-STUDENT-CHAPTER / backend-automation

Npm package to initialize backend with CRUD operation in expressjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacktoberfest

Backend-Automation

A NPM package that takes care of the all the hassle in setting a basic Express.js backend server. Just install the package on your terminal and run the command to setup a basic Express server on Node.js with MongoDB as the database of choice. The is to ease the backend development process by eliminating the time spent in setting up a server with the basic CRUD operations.

How to Use

Install The Package Using npm: npm install backend-automation

Npm package to initialize backend with CRUD operation in expressjs

Link To NPM Package : https://www.npmjs.com/package/backend-automation

To Run And Test The NPM Package, Run The Following Commands

  1. Inside Root Directory

    npm install

  2. Inside /bin Directory

  3. Make Your Changes In The index.ts File

  4. Compile The Typescript File

tsc index.ts

This will generate the compiled javascript version of Typescript File

Run the bin Command backend-automation in Powershell And Test The Changes Made !

How to Contribute

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes, syncing with upstream is necessary.

Make sure you read the CONTRIBUTIONS before you start contributing such that you make remarkable and easily acceptable PRs.


OWASP Student Chapter, TIET

logo-owasp.png

Thapar Institute of Engineering and Technology (TIET) has been a steady source of highly skilled talent to the nation as well as overseas. A pioneer in engineering education, research and innovation. The team of OWASP Student Chapter, one of the gilt-edged coding society, involves ingenious mind solvers who are eager to make the world a better place to live in with their innovative techniques and discoveries. By successfully organising many hackathons, tech-talks, workshops and coding nights, we have always strived hard to maintain the coding culture throughout the campus.


Check out our work at owasp.co.in

Contact Us

About

Npm package to initialize backend with CRUD operation in expressjs


Languages

Language:TypeScript 52.8%Language:JavaScript 47.2%