diff --git a/full-stack-javascript/20-forms-and-deployment/README.md b/full-stack-javascript/20-forms-and-deployment/README.md index c2ec04e..999d061 100644 --- a/full-stack-javascript/20-forms-and-deployment/README.md +++ b/full-stack-javascript/20-forms-and-deployment/README.md @@ -15,41 +15,6 @@ An implementation of the local library from [a MDN tutorial](https://developer.m ![Class diagram](image.png) -## Installation - -Clone repository: - -```bash -git clone git@github.com:creme332/my-odin-projects.git -``` - -Navigate to project directory: - -```bash -cd my-odin-projects/forms-and-deployment -``` - -Install dependencies: - -```bash -npm install -``` - -If you don't already have a MongoDB database, follow [this tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/mongoose#setting_up_the_mongodb_database) to setup your database. Then, create a file `id.js` in the root directory with the following contents: - -```js -const mongoConnectionString = "your_string"; -module.exports = mongoConnectionString; -``` - -To start server: - -``` -npm run devstart -``` - -Website will be available at http://localhost:3000/catalog. - ## References Most of the code comes from [this MDN tutorial](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Tutorial_local_library_website). diff --git a/full-stack-javascript/20-forms-and-deployment/image.png b/full-stack-javascript/20-forms-and-deployment/image.png new file mode 100644 index 0000000..15655ab Binary files /dev/null and b/full-stack-javascript/20-forms-and-deployment/image.png differ