asia-jankowska00 / apparel-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 37.7%Language:SCSS 36.1%Language:EJS 25.5%Language:Shell 0.6%Language:JavaScript 0.1%