Skip to content

andela/storm-backend

Repository files navigation

Reviewed by Hound Maintainability Build Status Test Coverage

Barefoot Nomad - Making company travel and accomodation easy and convinient.

Vision

Make company global travel and accommodation easy and convenient for the strong workforce of savvy members of staff, by leveraging the modern web.


Docker Development Setup

  • Install Docker
  • Change to application root directory
  • Build a docker image with the following command docker build -t storm-backend .
  • Run docker-compose up

How To Run The App

  • Clone the app and cd into it
git clone https://github.com/andela/storm-backend.git
cd storm-backend
  • Install all dependencies
npm install
  • Install PostgreSQL (if you don't have)
  • Create a .env file using .env-sample as a guide
  • Run migration to create required database tables
npm run db:migrate
  • Start the app
npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages