Merch-shop is an online shop where users can order different clothes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Things you need to install and run the project:
- Windows
- Run CMD as administrator
setx SENDGRID_API_KEY "YOUR_API_KEY"
setx PAYPAL_API_KEY "YOUR_API_KEY"
setx STRIPE_API_KEY "YOUR_API_KEY"
- Unix systems
- Open terminal
export SENDGRID_API_KEY='YOUR_API_KEY'
export PAYPAL_API_KEY='YOUR_API_KEY'
export STRIPE_API_KEY='YOUR_API_KEY'
Follow these instructions to run the site on your local machine.
- Client:
$ cd client
$ npm install
$ ng serve
- Server:
$ cd server
$ npm install
$ nodemon index
- NodeJS - Back-end
- Angular - Front-end
- MongoDB - Database
- PayPal - Checkout with PayPal
- Stripe - Checkout with credit cards
- SendGrid - Used for sending emails
This project is licensed under the MIT License - see the LICENSE.md file for details