Shopping cart app build with MERN stack and using RESTful API design. Responsive front-end design, Deployed on Heroku.
View demo Here 💻 or go to "Installation and Usage" and follow the instructions to install and use.
- React
- Redux
- Axios
- Node
- Express
- Node.js installed ✔
- Clone repo on your local machine:
$ git clone https://github.com/samirazazy/shopping-card-task.git
- Install dependencies for the server side (in the main file directory) run the server.
$ npm install
Server now running on localhost:5000/api/items
- Install dependencies for the client side (in the main file directory).
$ npm run install-reactjs
- finally 🎉: Run the application
$ npm start
App now running on localhost:3000
💙