Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexander Botello #2

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Conversation

alexbotello
Copy link

@alexbotello alexbotello commented Jul 17, 2018

Trello Set Up:

  • Use your existing Trello account from the Front End Project, or create a new one
  • Create a new board called "Lambda Notes(Backend) - {Your Name}"
  • Create lists titled backlog,To Do, In Progress, and Done
  • Fill in the To Do list with the MVP features listed below
  • Fill in the backlog list with all the extra features listed below
  • Share your board with the project manager that has been assigned to you. If you have not been assigned yet, reach out to your Section Lead for guidance
  • Add your Trello URL to your project's README.md file. Commit the change, push it to your repository & submit a pull request

Backend MVP Features:

  • Create a Database for your app
  • Design your models for your app. You should have a model for notes and for users. (The users model will come in handy when building out your stretch goals).
  • Deploy your application to the web
  • Create a Node app and connect it to your database
  • Store Notes in your Database

Build an API Endpoint in your Node App for each of the following, and connect them to your React App. These should all be read from your Database and scoped to the logged in user.

  • Display a list of notes
  • Create a note with a title and content
  • View an existing note
  • Edit an existing note
  • Delete an existing note
  • Link up your Front End Project to your new and improved backend

Copy link

@Serrowxd Serrowxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done - Nothing to review in particular, code looks great and you even wrote a testing environment. Good stuff!

Kevin Jolley - Lambda PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants