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
- Host: GitHub
- URL: https://github.com/fakorede/mevn-stack
- Owner: Fakorede
- Created: 2020-02-15T22:06:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T14:29:53.000Z (over 2 years ago)
- Last Synced: 2025-04-22T23:16:16.947Z (about 1 month ago)
- Language: Vue
- Size: 5.83 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
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).