Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.97 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.97 KB

Zatta note taking app

Zatta aims to help you organize notes that you will be taking and will help with setting up tasks that you need to complete.

link to live application: Zatta

link to frontend repository: Zatta-frontend

what we used for this project

  • MongoDB - made our database with mongo.
  • express - to make our backend.
  • nodejs - to build our network.
  • body-paser - Node.js body parsing middleware.
  • express-session - gave us the ability to save our session and keep information up on screen.
  • bcrypt - used to hash passwords for security.

installation instructions

  1. Fork/Clone the repository.
  2. Open a terminal and navigate into the cloned repository.
  3. Run npm i in the main repository to install all the listed dependencies.
  4. Once the depenedencies finish installing, run npm run start to start the application.
  5. Open http://localhost:3000/ to see running application.

Contributors

Contribution Guidelines

  • Please submit any bugs that are found in the Issues.
  • Pull request with fixed code would be much appreciated