Grocerrific is a basic application that offers user the ability to add, buy/drop and delete items from a store.
- Add a new grocery item
- Buy/Drop a grocery item
- Delete a grocery item
- Bootstrap makes styling responsive web pages faster and easier.
- Express Fast, unopinionated, minimalist web framework for Node.js
- React A JavaScript library for building user interfaces.
- Redux A predictable state container for JavaScript apps.
- MongoDB MongoDB is a document database with the scalability and flexibility that you want with the querying and indexing that you need
- Mongoose elegant mongodb object modeling for node.js
- Webpack A JavaScript tool for bundling scripts, images, styles and other assets
- Babel A JavaScript compiler for converting codes written in ES6 or JSX to ES5 that is supported by many browsers
- Clone this repository
- Navigate to the directory
- Install all depencies with
npm install
- Start the front end server by running
npm run start:dev
- Visit
localhost:8000
on your browser - To run server tests run
npm run test:api
- To run client tests run
npm run test:client
© MIT
Chinwoke Hyginus: Software Developer