Skip to content

Fullstack Node.js and React.js Ecommercial Web Application

Notifications You must be signed in to change notification settings

nmtoan251998/cacao-app

Repository files navigation

Fullstack Node.js and React.js Ecommercial Web Application

Installation

Backend

$ git clone https://github.com/nmtoan251998/cacao-app.git

$ cd cacao-app

$ npm install

Frontend

In /cacao-app

$ git clone https://github.com/nmtoan251998/cacao-app-view.git

$ cd cacao-app-view

$ npm install

Available Scripts

In /cacao-app, you can run:

Install app client dependencies:

$ npm run view-install

Running app server in development:

$ npm run server

Running app client in development:

$ npm run view

Running both app client and server in development:

$ npm run dev

Running test cases:

$ npm run test

Contributing

  • Checkout a branch from master with name:
    • If it's a feature: feature/some-feature
    • If it's an improvement: improvement/some-improvement
    • If it's a documentation: documentation/some-documentation
    • If it's a bug fix: fix/issue-< number>
  • Push branch and create a Pull-request
  • Wait for approval and merge/deploy

Group working

Frontend remote folder

https://github.com/nmtoan251998/cacao-app-view.git

Trello

https://trello.com/b/fG1SwUpC/cacao-ecommerce

Tools

Front-End

  • HTML
  • CSS
  • JavaScript
  • React.js

Back-End

  • Node.js
  • Express.js

Database

  • MongoDb

About

Fullstack Node.js and React.js Ecommercial Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published