└── README.md /README.md: -------------------------------------------------------------------------------- 1 | #100Devs Simple Express App Submission 2 | 3 | ### Goal: Make Your Own CRUD APP and Push To Heroku 4 | 5 | ### How to submit your code for review: 6 | 7 | - Fork and clone this repo 8 | - Create a new branch called answer 9 | - Checkout answer branch 10 | - Push to your fork 11 | - Issue a pull request 12 | - Your pull request description should contain the following: 13 | - (1 to 5 no 3) I completed the challenge 14 | - (1 to 5 no 3) I feel good about my code 15 | - Anything specific on which you want feedback! 16 | 17 | Example: 18 | ``` 19 | I completed the challenge: 5 20 | I feel good about my code: 4 21 | I'm not sure if my constructors are setup cleanly... 22 | ``` 23 | --------------------------------------------------------------------------------