An open API service indexing awesome lists of open source software.

https://github.com/linux08/bookstore

A mini shopping cart built with React.js and Sails.js
https://github.com/linux08/bookstore

Last synced: about 1 year ago
JSON representation

A mini shopping cart built with React.js and Sails.js

Awesome Lists containing this project

README

          

To get started :

* Ensure you have nodejs installed on your device if not install
* Install and start the API server
* cd api-server
* In your terminal enter npm install to install app dependencies
* run sails lift in your terminal to start API-server

In another terminal window
* cd frontend
* npm install
* npm start
* navigate to localhost:3000 in your browser to view the app