8000 GitHub - KOlofinmoyin/ecommerce_application: Codecademy ecommerce Group Project in The Full-Stack Engineer Path (flying solo).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KOlofinmoyin/ecommerce_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codecademy ecommerce-application (backend)

A fully-functioning e-commerce application REST API using server-side web development, that allows users to perform various CRUD operations e.g. registering an account, browsing products for sale, etc.

Project Objectives:

A functioning e-commerce REST API using Express, Node.js, and Postgres:

  • Allow users to register and log in via the API
  • Allow CRUD operations on products (delivered)
  • Allow CRUD operations on user accounts (delivered)
  • Allow CRUD operations on user carts
  • Allow a user to place an order
  • Allow CRUD operations on orders

Setup:

  • clone repo
  • run npm install
  • run node routes/index.js
  • swagger:
    • navigate to the 'swagger-editor' directory, then run npm start

API Documentation:

  • Swagger: http://localhost:3001/

Technologies used:

  • Git version control
  • JavaScript
  • Git and GitHub
  • Command line
  • Express
  • PostgreSQL

About

Codecademy ecommerce Group Project in The Full-Stack Engineer Path (flying solo).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0