This app was built in order to practice coding challenges that may be given by a prospective employer. I built this app following the instructions found in Conde Nast's public "Technical Challenge" repo, which can be found at https://github.com/conde-nast-international/cnid-tech-tests. I chose option 1, for which I created an app that would take data from a JSON file (which I imported into a remote database on mLab) and create an index page to show all of the articles included in the JSON file, and a specific page for each article.
- Clone repo to local computer
- Run
npm install
- Run
nodemon
to start server - Open up localhost:3000