For instructions, please head over to L2C NC News.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders
1: created .env.development & .env.test so that the database can be populated 2: created a models & controllers folder to store the models and controller files 3: created a topics-enpoint testing file & created the topics endpoint 4: created an api endpoint testing file & created an api endpoint 5: created an articles:id endpoint for selecting articles by id 6: created an articles endpoint for getting all articles in date DESC order 7: created an endpoint to get article comments 8: created an endpoint to post comments to an article 9: created an endpoint to patch article votes an increment votes by given number 10: created an endpoint to delete comments from the database 11: created a get users endpoint to return all users from the database 12: created a way to qeury the article api for sorting and ordering 13: created a new query so that users can filter by topics