Bookstore Node/Express API
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Vic 94664e7c5c init README.md 2 years ago
migrations added order_spec.ts 2 years ago
src added orders_spec 2 years ago
.gitignore updated packages 2 years ago
LICENSE.txt init commit 2 years ago
README.md init README.md 2 years ago
database.json product tests fix 2 years ago
docker-compose.yml minor fix 2 years ago
jasmine.json added order_spec.ts 2 years ago
package.json added user model and users handler 2 years ago
tsconfig.json init commit 2 years ago
yarn.lock added user model and users handler 2 years ago

README.md

Shelf Project

An online storefront to showcase products. Users is able to browse an index of all products, see the specifics of a single product, and add products to an order that they can view in a cart page.