Apparel Store

A Node.js, Express and Typescript app.

Setup instructions

  1. Install MongoDB 5 and MongoDB Database Tools on your machine.
  2. Run mongod.exe (in your MongoDB installation bin folder)
  3. Copy the mongorestore.exe from your tools installation into this project repository and run mongorestore database/dump
  4. Run npm install in the root of this directory.
  5. Copy the .env.example file into an .env file.
  6. To start the development server, run npm run watch.