You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are required to create a set of API endpoints already defined below and use data structures to store data in memory (don’t use a database).
Important Note
You are to create a pull-request to elicit review and feedback when you are done working on this challenge.
All JavaScript MUST be written in ES6 or higher and should use Babel to transpile down to ES5.
Classes / modules MUST respect SRP (Single Responsibility Principle) and MUST use the ES6 methods of module imports and exports
Tools
Server-side Framework: Node / Express
Linting library: ESLint
Styleguide: AirBnB
Testing framework: jest
Continuous integration: Travis CI
Guidelines
On GitHub Projects Board, create user stories to setup and test API endpoints that do the following using data structures
Get all ride offers
Get a specific ride order
Create a ride offer
Make a request to join a ride
On GitHub Projects Board, create user stories to capture any other tasks not captured above. The tasks can be a feature, bug or chore for this challenge.
Setup the server side of the application using the specified framework
Setup linting library and ensure that your work follows the specified style guide requirements.
Setup a test framework
Version your API using url versioning starting, with the letter “v”. A simple ordinal number would be appropriate and avoid dot notation such as 2.5. An example of this would be: https://www.yourappname.com/api/v1/users
Using separate branches for each feature, create version 1 (v1) of your RESTful API to power front-end pages.
At minimum, you should have implement API endpoints describe below.
Write tests for the API endpoints
Ensure to test all endpoints and see that they work with Postman.
Integrate Travis CI for Continuous Integration in your repository with readme.md badge.
Integrate test coverage reporting (e.g. Coveralls) with badge in the readme.md.
Obtain CI badges (e.g. from Code Climate and Coveralls) and add to readme.md.
Ensure that app gets hosted on Heroku.
The text was updated successfully, but these errors were encountered:
Timelines
Challenge Summary
You are required to create a set of API endpoints already defined below and use data structures to store data in memory (don’t use a database).
Important Note
Tools
Server-side Framework: Node / Express
Linting library: ESLint
Styleguide: AirBnB
Testing framework: jest
Continuous integration: Travis CI
Guidelines
On GitHub Projects Board, create user stories to setup and test API endpoints that do the following using data structures
On GitHub Projects Board, create user stories to capture any other tasks not captured above. The tasks can be a feature, bug or chore for this challenge.
Setup the server side of the application using the specified framework
Setup linting library and ensure that your work follows the specified style guide requirements.
Setup a test framework
Version your API using url versioning starting, with the letter “v”. A simple ordinal number would be appropriate and avoid dot notation such as 2.5. An example of this would be: https://www.yourappname.com/api/v1/users
Using separate branches for each feature, create version 1 (v1) of your RESTful API to power front-end pages.
At minimum, you should have implement API endpoints describe below.
Write tests for the API endpoints
Ensure to test all endpoints and see that they work with Postman.
Integrate Travis CI for Continuous Integration in your repository with readme.md badge.
Integrate test coverage reporting (e.g. Coveralls) with badge in the readme.md.
Obtain CI badges (e.g. from Code Climate and Coveralls) and add to readme.md.
Ensure that app gets hosted on Heroku.
The text was updated successfully, but these errors were encountered: