Skip to content

The Car Auto - Ecommerce Website using HTML, SCSS, AJAX and JQUERY,... to build UI templates

Notifications You must be signed in to change notification settings

Bacdong/carauto-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAR AUTO

Visit Page

Folder name: carstore

Note For Participants:

  • Installation:
- Extension for VSCode:
    Live Sass Compile
- Setting for setting.json of Live Sass Compile:
    + Open file setting.txt and copy all content, then: 
        open file setting.json of Live Sass Compile and paste:
            {
                "workbench.colorTheme": "Monokai",
                "workbench.iconTheme": "eq-material-theme-icons-darker",
                ...
                // Paste here !!!
            }
    + Turn off VSCode and open again to use.
    
  • Attension:
- Please operate on the specified branch.
- Use HTML5/CSS3 and Sass/Scss for project. 
- If you have questions, ask our chat team questions on messenger.
- Add /css/ folder into .gitignore file to limit conflit for project.
  Thanks!
  • To use API:
    Change IP address localhost or 127.0.0.1 in your PC with new IP address: carauto.local
    * To use POST method create new product :
        {
            "name": ,
            "image": ,
            "price": ,
            "brief": ,
            "category": ,
            "status_product": 
        }

Developments Installation:

Updating...

Participants:

Note:

- Not complete, just the project initialization.
- Updating...