wfh

E-commerce app built using Angular, NestJs and MongoDB

APACHE-2.0 License

Stars
8

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.

  1. Clone the repo
https://github.com/adisreyaj/wfh.git
  1. Install dependencies
npm install
  1. 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=

  1. Run the Front-end
npm start
  1. Run the Back-end
npm start api
  1. 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!