Arman2409 / store-pogos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pogos LLC Software Engineering Exercise - Pipe17 project

How to run the application locally

  1. Make sure you have NodeJS installed on your machine (NodeJS Installation)
  2. Open Terminal / Command Prompt and navigate to the directory where you want to save this repository by using cd command.
  3. Clone this repository:
git clone https://github.com/Arman2409/store-pogos.git
  1. Navigate into the cloned directory:
cd store-pogos
  1. Install all dependencies by running
npm install
  1. Add .env file in the root of the project and add the following environment variables

    DATABASE_URL - MongoDB database url

    EMAIL_USERNAME - Email username for sending digital receipts

    EMAIL_PASSWORD - Email password

    PORT - port address for running the project

  2. migrate the database using command

 npm run migrate
  1. run development server with command
 npm run dev

About


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%