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

Working on signup.ejs layout #146

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Sep 2, 2022

  1. Add comments

    specialyas authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ce8bdca View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    b827c23 View commit details
    Browse the repository at this point in the history
  2. remove Todo model

    curtisbarnard committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    3c9cb95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e88043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd0c1c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f575a45 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    clarify where the .env file should be placed.
    curtisbarnard authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b784bfc View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Update dev setup instructions
    curtisbarnard authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d8bc515 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b346806 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #21 from specialyas/remove-todo

    Remove todo
    specialyas authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    9d29a29 View commit details
    Browse the repository at this point in the history
  10. Add homepage

    specialyas authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a5eea52 View commit details
    Browse the repository at this point in the history
  11. Update README.md (#25)

    * Update README.md
    
    * add setup
    
    * Update README.md
    specialyas authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    576bd05 View commit details
    Browse the repository at this point in the history
  12. Recipe model (#22)

    * add Recipe Model
    
    * add port to server running message
    
    * Recipe routes (#23)
    
    * add get single recipe and create recipe routes
    
    * add get route for add recipe and update function names
    
    * update comment for get route for add new recipe
    
    * Recipe controller (#24)
    
    * add controller for get add recipe page to render view
    
    * add controller for posting a new recipe
    
    * add get one recipe controller that uses param id for lookup
    curtisbarnard authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    0a59970 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. modify recipe controller

    specialyas committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a3f9710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d06aac View commit details
    Browse the repository at this point in the history
  3. add index view (#26)

    specialyas authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7e6bc07 View commit details
    Browse the repository at this point in the history