From 71f6d8d215c6c1c2ecb8170b4222aa7fc81e347d Mon Sep 17 00:00:00 2001 From: Leon Noel Date: Tue, 30 Mar 2021 14:28:50 -0700 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d897b6c92..3236aa44b 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# simple-express-app \ No newline at end of file +#100Devs Simple Express App Submission + +### Goal: Make Your Own CRUD APP and Push To Heroku + +### How to submit your code for review: + +- Fork and clone this repo +- Create a new branch called answer +- Checkout answer branch +- Push to your fork +- Issue a pull request +- Your pull request description should contain the following: + - (1 to 5 no 3) I completed the challenge + - (1 to 5 no 3) I feel good about my code + - Anything specific on which you want feedback! + +Example: +``` +I completed the challenge: 5 +I feel good about my code: 4 +I'm not sure if my constructors are setup cleanly... +```