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

Class 23 - Week 2+3 Project #3

Open
maeligg opened this issue Jul 8, 2024 · 21 comments
Open

Class 23 - Week 2+3 Project #3

maeligg opened this issue Jul 8, 2024 · 21 comments

Comments

@maeligg
Copy link
Contributor

maeligg commented Jul 8, 2024

Please leave below a comment with a link to your week 2 project.

Instructions

  • Fork the repo https://github.com/HackYourFutureBelgium/node-template
  • Follow the instructions in the readme to setup the project locally
  • This week, focus on setting up the database and creating the routes and controllers for the recipes. Ignore the user related features and all the authentication.
@PolyannaMeira
Copy link

Here it is my project: https://github.com/PolyannaMeira/node-template

@GKing3
Copy link

GKing3 commented Jul 12, 2024

Here is a link to my forked repo: https://github.com/GKing3/node-template

@stefan-000
Copy link

Here is a link to my forked repo: https://github.com/stefan-000/node-template

@Kev-Ose
Copy link

Kev-Ose commented Jul 12, 2024

My repo link: https://github.com/Kev-Ose/node-template

@nibishakajean
Copy link

My repo click this link

@Smita81
Copy link

Smita81 commented Jul 12, 2024

@Hammad1820
Copy link

@pallavisarwar
Copy link

pallavisarwar commented Jul 13, 2024

@Gemechis10
Copy link

@maeligg maeligg changed the title Class 23 - Week 2 Project Class 23 - Week 2+3 Project Jul 15, 2024
@juryp
Copy link

juryp commented Jul 20, 2024

Link to my forked repo: https://github.com/juryp/node-template

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

Here it is my project: https://github.com/PolyannaMeira/node-template

@PolyannaMeira the recipes routes look good, are you planning to implement the user routes ?

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

Here is a link to my forked repo: https://github.com/GKing3/node-template

@GKing3 good start, but you're missing some recipe controllers that are not implemented such as postRecipe, updateRecipe, and all the user ones.

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

Here is a link to my forked repo: https://github.com/stefan-000/node-template

@stefan-000 do you need any help ? You need to update the SQL queries to perform the correct operation, handle the errors in case the correct parameters are not passed to the route, and return the correct HTTP status code in the response.

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

My repo link: https://github.com/Kev-Ose/node-template

@Kev-Ose I don't see any changes compared to the template, do you need any help ?

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

My repo click this link

@nibishakajean this looks great, congrats !

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

https://github.com/Smita81/node-template/tree/node-template

@Smita81 be careful that you created a duplicate .Env file, I think that's probably an error ? You should only have 1 .env file (all lowercase). I'm not sure what the HTML pages are for, I don't think they are used anywhere in the app were you testing something with them ?

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

Repo link: https://github.com/Hammad1820/node-template

@Hammad1820 I don't see any changes on the main branch, did you push your code ?

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

https://github.com/Gemechis10/node-template

@Gemechis10 I don't see any changes to the template, did you push your code ?

@maeligg
Copy link
Contributor Author

maeligg commented Jul 22, 2024

Link to my forked repo: https://github.com/juryp/node-template

@juryp This looks good, but what is the totalYield field that you defined on the postRecipe and updateRecipe controllers ? It's not defined in the model so I don't think it would work.
Also I noticed you didn't update the .env file, did you just change it locally and not push your changes ? Is it working for you ?

@Smita81
Copy link

Smita81 commented Jul 23, 2024

@maeligg thanks for your review. here is the link after corrections.
https://github.com/Smita81/node-template
I am not able to login for this project in postman .

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

No branches or pull requests