Skip to content

sciencewithsteven/Wanderlust

 
 

Repository files navigation

Wanderlust - Wander off onto your next adventure

Goals:

I built the back-end of a user reviews microservice from a travel web app. The app was deployed on AWS cloud service. The web app was scaled to handle 500 user queries/second with sub second latency time on a database containing 40+ million data entries.

Technologies:

Systems Programing Language

  • JavaScript

Web Frameworks

  • React.JS
  • Express
  • Axios

Database Managment

  • MongoDB
  • Couchbase
  • MySQL

Development Frameworks Or Tools

  • Babel
  • Webpack
  • Enzyme
  • Jest
  • Chai
  • Mocha
  • New Relic
  • Loader.io

Container Orchestration Services

  • Docker
  • AWS Images

Public Cloud Services

  • AWS
  • Mongo Atlas

Collaborative Methodologies

  • Continuous Integration
  • Unit, Integrated, Functional Testing
  • Code Branching, Architecture Branching

Reproduction Steps:

Assumes MongoDB or Mongo Atlas cloud service is installed and running in the local environment.

  1. Install repo dependencies:
  • $ npm install
  1. Seed the test data:
  • $ npm run mongo-seed
  1. Start the local server:
  • $ npm run mongo-start
  1. Routs:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • TSQL 1.2%