Skip to content

lucasestevao/starwarsstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Store

Just a test project of a shopping cart implementation exposing and using REST services to add and remove items from the cart.

Tech Stack

HTML5, CSS, Javascript, Grunt, Node, Express, Mongo, Foundation, Angular. Concepts of mobile first and responsiveness were used.

Installation

You need to have node and mongo instaled.

Fork this repo and run npm install on the root folder to get the node modules.

Build

Run mongod to have the database available.

Run grunt in the root folder to prepare the environment and raise the server. It will also watch the files.

Run node api.js in the root folder to access the api.

Check http://localhost:3000/

License

The MIT License

About

Just a test project of a shopping cart implementation exposing and using REST services to add item and remove item from the cart.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published