An open API service indexing awesome lists of open source software.

https://github.com/fakorede/mevn-stack

An Amazon Clone built with the MEVN stack, Algolia Search API, Stripe and AWS
https://github.com/fakorede/mevn-stack

Last synced: about 1 month ago
JSON representation

An Amazon Clone built with the MEVN stack, Algolia Search API, Stripe and AWS

Awesome Lists containing this project

README

        

# Amazon Clone

> An Amazon Clone application built with the MEVN stack, Algolia Search API, Stripe and AWS

## Install Dependencies

```
npm install OR yarn install
```

## Setting up Environment Variables

```
# Set a Database Connection variable in the .env file as belows and replace with the username and password variables set in MongoDb Atlas
DATABASE_CONN=mongodb+srv://:@amazon-clone-eqa3f.mongodb.net/test?retryWrites=true&w=majority

# You also need to set these security credentials as gotten from the aws console
AWSAccessKeyId=yoursecretaccesskey
AWSSecretKey=youraccesskeyid

```

## Run App

```
# Run in dev mode
npm run dev OR yarn run dev

# Run in prod mode
npm start OR yarn start
```

## Contact

If you want to contact me you can reach me at .

## License

This project uses the following license: [MIT](https://opensource.org/licenses/MIT).