Code Monkey home page Code Monkey logo

ecombackend's Introduction

ecomBackend

license GitHub last commit GitHub top language GitHub language count GitHub followers

Description

ecomBackend is the workings for an ecommerce website that creates products in categories and assigns them tags so they can be searched and organised properly.

There is no implementation using the backend, but it is fully functional and a walk through video can be found below.

ecomBackend was created using JavaScript, Node.js, Sequelize, MySQL2 and dotenv.

Table of Contents

Installation

Essentially clone the repo on your local machine. Navigate to the directory you want to save the repo and run:

git clone https://github.com/kbario/ecomBackend.git

Usage

Using ecomBackend

ecomBackend is just the server-side workings of a ecommerce site and so only handles requests and send responses.

To utilise the functionality, you need to add your mysql details to a .env structured like the example provided.

DB_USER='add-username-here'
DB_PW='add-mysql-password-here'
DB_NAME='ecommerce_db' **Leave this as is**

then run the seed to seed the data in the database and finally start the server, both with the code below

node seeds/
node server.js

You can then use tools like Insomnia, Postman, or any other route testing application to utilse the endpoints of ecomBackend seen below.

Using ecomBackend

Contribute to ecomBackend

All contributions to ecomBackend are greatly appreciated and contributing is one of the many amazing things about open-source software.

To contribute to ecomBackend, all we ask is that you're empathic and supportive towards other developers and follow the standard contribution guidelines. Click the banner below for more information.

Contributor Covenant

Tests

Questions

If you have any questions, feel free to contact me through my GitHub or Email me.

Credits

Below are lists of links to tutorials and third-party assets that were used to create this project.

Tutorials

Third-Party Assets

License

Licensed under the MIT license.


This README was created with Gener8aREADME.

ecombackend's People

Contributors

kbario 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.