Skip to content

stephanie56/odyssey-shop-backend

Repository files navigation

Odyssey Shop

This is the backend repository of the Odyssey Shop project. Odyssey Shop is a full-stack e-commerce application, with front end developed using Angular 8 and back end developed in NodeJS using NestJS, a NodeJS framework.

Get Started

Installation

yarn install

Running the App

The server is open on port 3000 in development mode.

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Connect to Database

  1. Run mysql -u [username] -p in command line, enter password.
  2. Run USE odysseyshop to select database
  3. Run SHOW TABLES to view all existing tables
  4. Run SHOW FIELDS FROM [tablename] to view all data types of the selected table

See Basic MySql Operations for more basic database operations.

About

NestJS backend for the Odyssey Shop, mySQL as database, Stripe for payment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •