IamAmit94 / Ecomerce-backend

Created the ecomerce backend with the nest js, with inbuild migration for creating the tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#To install open terminal go to the folder then ## `npm install` ###open .env file and put your value for the env variable. #To run type on terminal and press enter ## `npm run start:dev` #Run the migration in order to create the table ## `npm run migration:run` nest g resource categories To be done user controller delete update# Ecomerce-backend

About

Created the ecomerce backend with the nest js, with inbuild migration for creating the tables


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%