Skip to content

Simple application for create a REST API using JavaScript and other technologies front-end. The app works adding and listing new accommodations. Like a MVP

Notifications You must be signed in to change notification settings

pedropolisenso/accommodations-booking

Repository files navigation

accommodations-booking

MVP accommodation booking using simple technologies :)

Dependences

Use

  • 1 - clone cd git@github.com:pedropolisenso/accommodations-booking.git

  • 2 - Enter in the folder cd accommodations-booking

  • 3 - Run npm run config

  • OBS: To test run npm test

application running: http://localhost:4200/

Endpoints

  • POST
  • GET ALL
  • DELETE BY BODY
/api/v1/properties
  • GET ONE
  • DELETE ONE
/api/v1/properties/:_id

Technologies

  • JavaScript ES6 or superior
  • ReactJS version ^16.7.0
  • Redux version ^4.0.1
  • SASS version ^4.11.0
  • Jest version ^24.1.0
  • Chai version ^4.2.0
  • Enzyme version ^3.8.0
  • Webpack version ^2.3.3
  • Express version ^2.3.3
  • axios version ^0.18.0
  • mongojs version ^2.6.0
  • redux-thunk version ^2.3.0

Mantainer Pedro Polisenso

About

Simple application for create a REST API using JavaScript and other technologies front-end. The app works adding and listing new accommodations. Like a MVP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages