Civil Grand Jury Project (MEAN stack) [closed]











up vote
-4
down vote

favorite












This is my first Angular 6 project I've built. It uses MongoDB, Mongoose, Node.js, express, and Angular 6.


Its requirements are to build a full-stack web app that users can access to see a list of jurors and reports for each year of the Civil Grand Jury. There needs to be admin privileges that are able to: add, excuse, and delete jurors; add, delete, reports; add and delete responses to reports; add and delete years.


Reports and Responses need to have PDF files uploaded and attached to them, that when clicked, open a separate window and displays the PDF. I'm having A LOT of trouble with this and could use some help. Also, my CSS skills are really lacking and the webpage doesn't look very good. Any help on any part of the project would be much appreciated!

https://github.com/YungSheep/Civil-Grand-Jury



In order to run this project you must have a mongodb locally installed, and running on port 27017. As well as necessary programs to run an angular project.










share|improve this question













closed as off-topic by t3chb0t, 200_success, Sᴀᴍ Onᴇᴌᴀ, vnp, Heslacher Dec 4 at 6:07


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Sᴀᴍ Onᴇᴌᴀ, Heslacher

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – t3chb0t, 200_success, vnp


If this question can be reworded to fit the rules in the help center, please edit the question.













  • Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
    – Calak
    Dec 3 at 21:09










  • Know any websites that could be useful for a project review? @Calak
    – Happy Sheep
    Dec 3 at 21:11










  • Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
    – 200_success
    Dec 3 at 21:55















up vote
-4
down vote

favorite












This is my first Angular 6 project I've built. It uses MongoDB, Mongoose, Node.js, express, and Angular 6.


Its requirements are to build a full-stack web app that users can access to see a list of jurors and reports for each year of the Civil Grand Jury. There needs to be admin privileges that are able to: add, excuse, and delete jurors; add, delete, reports; add and delete responses to reports; add and delete years.


Reports and Responses need to have PDF files uploaded and attached to them, that when clicked, open a separate window and displays the PDF. I'm having A LOT of trouble with this and could use some help. Also, my CSS skills are really lacking and the webpage doesn't look very good. Any help on any part of the project would be much appreciated!

https://github.com/YungSheep/Civil-Grand-Jury



In order to run this project you must have a mongodb locally installed, and running on port 27017. As well as necessary programs to run an angular project.










share|improve this question













closed as off-topic by t3chb0t, 200_success, Sᴀᴍ Onᴇᴌᴀ, vnp, Heslacher Dec 4 at 6:07


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Sᴀᴍ Onᴇᴌᴀ, Heslacher

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – t3chb0t, 200_success, vnp


If this question can be reworded to fit the rules in the help center, please edit the question.













  • Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
    – Calak
    Dec 3 at 21:09










  • Know any websites that could be useful for a project review? @Calak
    – Happy Sheep
    Dec 3 at 21:11










  • Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
    – 200_success
    Dec 3 at 21:55













up vote
-4
down vote

favorite









up vote
-4
down vote

favorite











This is my first Angular 6 project I've built. It uses MongoDB, Mongoose, Node.js, express, and Angular 6.


Its requirements are to build a full-stack web app that users can access to see a list of jurors and reports for each year of the Civil Grand Jury. There needs to be admin privileges that are able to: add, excuse, and delete jurors; add, delete, reports; add and delete responses to reports; add and delete years.


Reports and Responses need to have PDF files uploaded and attached to them, that when clicked, open a separate window and displays the PDF. I'm having A LOT of trouble with this and could use some help. Also, my CSS skills are really lacking and the webpage doesn't look very good. Any help on any part of the project would be much appreciated!

https://github.com/YungSheep/Civil-Grand-Jury



In order to run this project you must have a mongodb locally installed, and running on port 27017. As well as necessary programs to run an angular project.










share|improve this question













This is my first Angular 6 project I've built. It uses MongoDB, Mongoose, Node.js, express, and Angular 6.


Its requirements are to build a full-stack web app that users can access to see a list of jurors and reports for each year of the Civil Grand Jury. There needs to be admin privileges that are able to: add, excuse, and delete jurors; add, delete, reports; add and delete responses to reports; add and delete years.


Reports and Responses need to have PDF files uploaded and attached to them, that when clicked, open a separate window and displays the PDF. I'm having A LOT of trouble with this and could use some help. Also, my CSS skills are really lacking and the webpage doesn't look very good. Any help on any part of the project would be much appreciated!

https://github.com/YungSheep/Civil-Grand-Jury



In order to run this project you must have a mongodb locally installed, and running on port 27017. As well as necessary programs to run an angular project.







node.js mongodb express.js angular-2+ mongoose






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 3 at 21:04









Happy Sheep

1




1




closed as off-topic by t3chb0t, 200_success, Sᴀᴍ Onᴇᴌᴀ, vnp, Heslacher Dec 4 at 6:07


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Sᴀᴍ Onᴇᴌᴀ, Heslacher

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – t3chb0t, 200_success, vnp


If this question can be reworded to fit the rules in the help center, please edit the question.




closed as off-topic by t3chb0t, 200_success, Sᴀᴍ Onᴇᴌᴀ, vnp, Heslacher Dec 4 at 6:07


This question appears to be off-topic. The users who voted to close gave these specific reasons:



  • "Authorship of code: Since Code Review is a community where programmers improve their skills through peer review, we require that the code be posted by an author or maintainer of the code, that the code be embedded directly, and that the poster know why the code is written the way it is." – Sᴀᴍ Onᴇᴌᴀ, Heslacher

  • "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – t3chb0t, 200_success, vnp


If this question can be reworded to fit the rules in the help center, please edit the question.












  • Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
    – Calak
    Dec 3 at 21:09










  • Know any websites that could be useful for a project review? @Calak
    – Happy Sheep
    Dec 3 at 21:11










  • Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
    – 200_success
    Dec 3 at 21:55


















  • Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
    – Calak
    Dec 3 at 21:09










  • Know any websites that could be useful for a project review? @Calak
    – Happy Sheep
    Dec 3 at 21:11










  • Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
    – 200_success
    Dec 3 at 21:55
















Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
– Calak
Dec 3 at 21:09




Welcome on Code Review. Unfortunately your question is off-topic as of now, as the code to be reviewed must be present in the question. Code behind links is considered non-reviewable. Please add the code you want reviewed in your question.
– Calak
Dec 3 at 21:09












Know any websites that could be useful for a project review? @Calak
– Happy Sheep
Dec 3 at 21:11




Know any websites that could be useful for a project review? @Calak
– Happy Sheep
Dec 3 at 21:11












Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
– 200_success
Dec 3 at 21:55




Furthermore, even if you included the code, we can only review code that already works correctly as intended, and you don't sound like you're ready yet.
– 200_success
Dec 3 at 21:55















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Список кардиналов, возведённых папой римским Каликстом III

Deduzione

Mysql.sock missing - “Can't connect to local MySQL server through socket”