-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# simple-express-app | ||
#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... | ||
``` |