Giter Site home page Giter Site logo

e-commerce-backend's Introduction

Quick Start Guide of : express-backend-starter-kit.

Step to start coding.

Before following these steps make sure you have Node version >=18.0.0 <=18.15.0 and NPM version >=9.0.0 <=9.6.6 installed in your local machine.

  1. Clone the repo
  2. After the clone goes to the project root directory.
  3. Open the terminal and type this command to install all required dependencies for our applications
yarn workspace:setup
  1. After installation type this command in the terminal to run our project in development mode
yarn dev

Our Commit message should be look like this. hear footer is optional:

ref: conventional Commit Message โœ…

feat(user): add login functionality

This commit adds the ability for users to log in to the application.

This commit also fixes a bug with the registration form.

Fixes #123

The type is mandatory and determines the intent of the change. Here are possible values:

chore: updating grunt tasks etc.; no production code change
docs: documentation-only changes
feat: a new feature
fix: a bug fix
perf: a code change that improves performance
refactor: a code change that neither fixes a bug nor adds a feature
style: changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
test: adding missing tests or correcting existing tests

e-commerce-backend's People

Contributors

eliasemon avatar elias-emon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.