Mf-ff99 / ways-API

Ways! Server deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ways App

This app helps you plan the perfect trip! You can also see other trips to get ideas for your trip.

Demo

Click for Video Click for Video

About the Devs

-Devon Reihl -Mark Force -Richard Scott -Will Zeiher

END POINTS

  • Auth

    • /api/auth/token
      • POST
  • Users

    • /api/user
      • POST
  • Trips

    • /api/trips
      • GET
      • POST
    • /api/trips/:id
      • GET
      • PATCH
      • DELETE
  • Stops

    • /api/stops
      • POST
    • /api/stops/:stop_id
      • DELETE
      • PATCH
    • /api/stops/:trip_id
      • GET by trip
    • /allStops/:user_id
      • GET by the user
  • Ratings

    • /api/rating
      • POST
    • /api/rating/check:id
      • GET

Tech Stack

Development

  • Node
    • Authentication JWT
    • RESTFUL API
  • Postgresql
    • postgrator

Testing

  • SuperTest (integration tests)
  • Mocha and Chai (unit tests)

Production

Client

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

Ways! Server deployment


Languages

Language:JavaScript 93.0%Language:PLpgSQL 7.0%