Skip to content

amacwhirter/nytreact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nytreact

Georgia Tech Week 19 - MERN Stack

React-based rendition of the New York Times Article Search application. This assignment requires
you to create React components, work with helper functions, and utilize the React mounting lifecycle 
to query and display articles based on user searches. You'll also use Node, Express and MongoDB so 
that users can save articles to read later.

Preview Site

https://admnytreact.herokuapp.com/

Getting Started

To get started on this project, follow the installations instructions below.

Installations


Before you contribute

Make sure you install all the dependencies you need for the project
Once you have Node.js installed on your computer
Navigate to the working directory and do the following in your terminal

Before you proceed, make sure you fork the repo

###### Step 1
> npm install

The above command will install all the dependencies you need


###### Step 2
> npm install -g nodemon

The above command will install nodemon globally for you
nodemon will watch the files in the directory in which nodemon was started, and if any files 
change, nodemon will automatically restart your node application.


###### Step 4
> nodemon server.js
The above command will start the server for you


###### Step 5
> Open your browser to http://localhost:8080/

If you see "App listening on PORT 8080" in your CLI, then you're good to go :thumbsup:!

Happy Contributing!

Built With

* ReactJS
* Axios
* Morgan
* MongoDB
* Mongoose
* ES6
* Babel
* Webpack
* Node.JS
* Express
* Handlebars
* JavaScript
* JQuery
* Bootstrap
* HTML
* CSS

Contributing

There are different ways to contribute
* Front End
* Back End
* Designers
* Genius Idea's
* Unit Testers
* etc.

Contributers

* Ashley MacWhirter