Noemiegrau / ecommerce-back-end

E-commerce back-end app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-commerce Back End

Table of contents

Description of the project

This project is a back-end application for an e-commerce site using Nodejs. The app follows OOP principles and MVC paradigm to deliver a working server.

Technologies used

Project is created using:

  • JavaScript
  • Nodejs
  • Sequelize
  • MYSQL
  • MYSQL2
  • dotenv

Usage

Video.Ecommerce.Back.End.copy.1.-.001.mov
Video.Ecommerce.Back.End.copy.1.-.002.copy.mov

Installation

Here are some guidelines for installing the project on your local machine in order to be able to try it:

  1. Since Node.js applications don't have a front end, clone or download the repository to your own local machine and run it from your command line.

  2. Then, make sure that your repo includes a package.json with the required dependencies. You can create one by running npm init in your command line.

  3. Run npm i or npm install in order to download all the dependencies.

  4. Run node server.js or node server in your terminal to launch the application, and try it on Insomnia.

  5. Enjoy and don't hesitate to contribute! 🙂

Link URL to GitHub Repository

https://github.com/Noemiegrau/ecommerce-back-end

About

E-commerce back-end app.


Languages

Language:JavaScript 100.0%