README.md
January 12, 2022 · View on GitHub
The WFH Store
Ecommerce website to buy all you need to setup your home office.
View Demo
·
Report Bug
·
Request Feature

A simple e-commerce application that is built using Angular, NestJS and MongoDB. Built as part of the MongoDB Atlas Hackathon (ref).
Tech Stack
Getting started
The application is a monorepo and so both the front-end and the back-end code are in the same repo.
- Clone the repo
https://github.com/adisreyaj/wfh.git
- Install dependencies
npm install
- Setup the environment variables required for the API
MONGODB_URI=
AUTH0_AUDIENCE=
AUTH0_ISSUER_URL=
AUTH0_DB=
// Used for setting and internal APIs
INTERNAL_TOKEN=
- Run the Front-end
npm start
- Run the Back-end
npm start api
- Open the URL in the browser
http://localhost:4200
License
Distributed under the Apache 2.0 License. See LICENSE for more information.
Show your support
Please ⭐️ this repository if this project helped you!