Skip to content

Commit 719cea4

Browse files
authored
Update README.md
1 parent 7f91eff commit 719cea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The main objective of this week is to develop a backend to support the LambdaNot
1818
* [ ] Add your Trello URL to your project's README.md file. Commit the change, push it to your repository & submit a pull request
1919

2020
## Backend MVP Features:
21+
It is suggested that you deploy the server and database first, before you undergo implementing the logic. Doing it this makes the deployment process much simpler, since there's no code yet to complicate the deployment step. We recommend you deploy your server to [Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction), and your Mongo database to [mlab](https://docs.mlab.com/). The recommended deployment site for the front end is [netlify](https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/).
22+
23+
Once you have empty projects deployed to these platforms, they can be easily updated with the code you implement as you write it. Additionally, it is recommended that you keep your front end and backend codebases in separate github repos, not under a single umbrella repo. This helps with separation of concerns, plus it helps with deploying, since the different parts of your full-stack codebase need to live on different platforms.
24+
2125
* [ ] Create a Database for your app
2226
* [ ] Deploy your application to the web
2327
* [ ] Create a Registration Page that allows users to create accounts for your app and sign in with email/password
@@ -44,10 +48,6 @@ Upon your first commit, please submit a Pull Request and add _both_ the **Trello
4448
* [ ] Share your board with the project manager that has been assigned to you. If you have not been assigned yet, reach out to your Section Lead for guidance
4549
* [ ] Add your Trello URL to your project's README.md file. Commit the change, push it to your repository & submit a pull request
4650

47-
It is suggested that you deploy the server and database first, before you undergo implementing the logic. Doing it this makes the deployment process much simpler, since there's no code yet to complicate the deployment step. We recommend you deploy your server to [Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs#introduction), and your Mongo database to [mlab](https://docs.mlab.com/). The recommended deployment site for the front end is [netlify](https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/).
48-
49-
Once you have empty projects deployed to these platforms, they can be easily updated with the code you implement as you write it. Additionally, it is recommended that you keep your front end and backend codebases in separate github repos, not under a single umbrella repo. This helps with separation of concerns, plus it helps with deploying, since the different parts of your full-stack codebase need to live on different platforms.
50-
5151
## Backend MVP Features:
5252
* [ ] Create a Database for your app
5353
* [ ] Deploy your application to the web

0 commit comments

Comments
 (0)