Coder Social home page Coder Social logo

wildknews's Introduction

Wild NC News

This is the back-end for my NC News News Aggregator project. It has been created using express, and hosted on Heroku. Developed using TDD, with help from Chai and Supertest.

Usage

  • Clone and download from github.
  • Navigate into folder, and use npm install to install all relevant dependencies.
  • use npm test to run the test suite.
  • the api can be accessed locally using the command npm run dev which will create a local environment using development data.
  • User can navigate to the following endpoints, with the specified methods:
/api/topics/:topic/articles:-> get, post
/api/articles -> get
/api/articles/:article_id -> get, patch, delete
/api/articles/:article_id/comments -> get, post
/api/articles/:article_id/comments/:comment_id -> patch, delete,
/api/users -> get
/api/users/:username -> get

Dependencies

  • body-parser 1.18.3
  • chai 4.2.0
  • cors 2.8.5
  • express 4.16.4
  • heroku 7.19.3
  • knex 0.15.2
  • moment 2.22.2
  • pg 7.6.1
  • supertest 3.3.0

wildknews's People

Contributors

charli-wild avatar sssam-c avatar nc-paul-rogerson 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.