Server
Database
Color | Hex |
---|---|
Primary Color | #FF6347 |
Secondary Color | #ffffff |
Text Color | #222831 |
To run this project, you will need to add the following environment variables to your .env file
NODE_ENV
JWT_SECRET
MONGODB_URI
PORT
STRIPE_SECRET_KEY
This project uses Yarn as package manager
npm install --global yarn
Install my-project with yarn
yarn install my-project
cd my-project
To run tests, run the following command
yarn test test
Clone the project
git clone https://github.com/moultamissimane/amethyst-e-commerce
Go to the project directory
cd my-project
Install dependencies
yarn
Start the server
yarn dev
Distributed under the License. See LICENSE.txt for more information.