Git Product home page Git Product logo

marina's Introduction

DESIGN SPECS:

Basic Frontend using Express with Handlebars

Enhancements: UI, needs CSS

Basic Backend using Express, Node, and REST API

GET (read), POST (create), PUT (update)

CURRENT BUGS: PUT updates field to null rather than expected information, POST creates more than the current 3 boat slips and takes longer than expected to post

Basic MongoDB Database

Created and maintained with Mongoose, seeded with Seedgoose

Server (localhost)

Port: 8080

Applications Used:

VSCode, VSCode extension REST Client, Postman, Robo3T, Firefox (Developer Tools), Chrome (Developer Tools), Mac Terminal (error output), Github

References:

mongoosejs.com, npmjs.com

ABOUT:

This basic API application monitors three boat slips from a Marina. The GET method should display all three boat slips. The POST method should request to use a vacant boat by it's name, then return it's boat slip number. However, if no boats are available that message would appear. The PUT method should request a boat to be vacated. If successful, a standard 204 response appears. If unsuccessful, meaning all boats are already vacant, then an error message will appear.

NOTES:

Jest was added for automated testing, however no tests were created. All testing was done via VSCode extenstion REST Client, Postman, Robo3T, and Browser development tools.

marina's People

Contributors

acaldwell710 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.