Skip to content

vexleet/merch-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merch-shop

Merch-shop is an online shop where users can order different clothes.

Getting started

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.

Prerequisites

Things you need to install and run the project:

  1. NodeJS
  2. Angular
  3. MongoDB

Setup Environment Variables to Manage Your API Key

  • Windows
  1. 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
  1. Open terminal
export SENDGRID_API_KEY='YOUR_API_KEY'
export PAYPAL_API_KEY='YOUR_API_KEY'
export STRIPE_API_KEY='YOUR_API_KEY'

Setup

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

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published