Skip to content

WookieMarket/wookiemarket-backend

Repository files navigation

WookieMarket Backend App

Development Environment

Install dependencies

    npm install

Start in development mode:

    npm run dev

Deploy email microservice

    # On new window console move to 'emailMicroService'
    npm install
    npm start

Setup enviroments variables

    # Copy `.env.example` to `.env` file and customize your local variables.
    cp .env.example .env

Initialize the database

  • Load some initial data.
    # Make sure your MongoDB Server is running.
    # wherMove to directory where your Mongo is installed
     ./bin/mongod --dbpath ./data

    # Run the init script.
    npm run initDB

About

KC Web Fullstack Bootcamp - Final project - Backend App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages