Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 715 Bytes

DogsApp

Node.js & Express application, using REST, containing a register/log in module, allowing users to create items (in this case dogs), which they can later edit or delete. App also allows users to comment on other users' items.

Requirements

  • Node.js (^10.16.0)
  • npm (^6.10.2)

How to use

Run "npm install" inside this project folder to install all dependencies.

Open app.js file in your editor and set up proper database connection in connectionString variable. This project uses MongoDB. You can use either local or cloud instance of database.

Run "node app.js" inside this project folder to run the project. Application will start on your defaulf port for Node.js instance.