Giter Site home page Giter Site logo

jagankaartik / parkinglotapi Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 336 KB

A parking lot API, built on Node/Express.js to understand Test Driven Development (TDD) in Node/Express.js based Apps using JEST & Supertest. Also experimented with Chai & Mocha.

JavaScript 99.35% Dockerfile 0.65%

parkinglotapi's Introduction

Parking Lot Test API

A parking lot API, built on Node/Express.js to understand Test Driven Development (TDD) in Node/Express.js based Apps.

Experimented with,

  • Chai and Mocha
  • JEST and Supertest

Instructions

Edit Env Secrets

  • If using app without Docker, change mongo to localhost in enviornment variables (Refer .sample.env)
  • rename .sample.env to .env

Running app using Docker

  1. cd into ParkingLot
  2. Run docker-compose up
  3. Check exec status via docker ps if container running proceed.
  4. Access API at port 7000.

Running app without Docker

  1. cd into ParkingLot
  2. Run npm install
  3. Run npm test - to test app
  4. Run npm run start to start app and npm run start:dev to start in development mode (live-reloading)
  5. Access API at port 7000.

parkinglotapi's People

Contributors

jagankaartik avatar

Stargazers

 avatar

Watchers

 avatar  avatar

parkinglotapi's Issues

Persistence of Parking Slots on new instances of app

The app is designed to use an array to store parking slots info.

/create_parking_lot?number= - Creates a Slot array of size equal to number. Initialised to 1 by default. Car/Parking Data is automatically saved to DB.

In every new instance of the app, we lose the parking slot array. So, Either hit leave/<slot-number> endpoint and make sure all parking data is deleted.

Fix

  • Store Parking Lot (Slot Array) to db.

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.