We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f97c1 commit 71f6d8dCopy full SHA for 71f6d8d
README.md
@@ -1 +1,22 @@
1
-# simple-express-app
+#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
0 commit comments