WDI-HoneyBadger / project-2

0 stars 13 forks source link

Moroj-project2 #22

Closed morojAlh closed 5 years ago

morojAlh commented 5 years ago

Name of your app: (About Space)

What your app does: A website that collects data for Space (movies, apps, news) and the user can put the movies and apps in a favorite.

The models you need for your app and any relationships: project2

A timeline laying out what you're going to do each day. This should specify clear features to be implemented by the end of each day. Sunday: create files, directories, database, insert some data and test the relationship, create the models. Monday: write views files and design it. Tuesday: write the controllers files and use the API. Wednesday: test the design and editing files Thursday: submit the project and getting ready for presentation.

A link to the NPM package you intend to use: https://www.npmjs.com/package/apod-nasa

The technology you intend to use: Maybe twitter API!

A link to your repo! https://github.com/morojAlh/AboutSpace

trevorpreston commented 5 years ago

Hey Moroj,

This looks good! How is the data entered in your database? Is it user submitted or is it from an API?

morojAlh commented 5 years ago

Only admin can add (movie, app).

morojAlh commented 5 years ago

Or maybe for movies I will use imdb-api ( https://www.npmjs.com/package/imdb-api )

trevorpreston commented 5 years ago

Right sounds good. I'd suggest that for V1 you have it so only the admin can add, then do the API later if you have time after completing V1. Let me know if you get the API step! Just want to make sure we keep your imdb keys off of github - there are a lot of bots that try to steal keys there.

Approved!