Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

An application made to manage tasks

Technologies used

  • Node.js v22.4.1
  • Bootstrap v5.3.3
  • Handlebars v10.8.1
  • MongoDB v7.0.11

Environment settings

  1. Install Node.js
# Install NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# Install Node.js
nvm install 22.4.1
  1. Install MongoDB

Install according to your system following the official documentation: https://www.mongodb.com/docs/manual/installation/

  1. Clone the project
git clone https://github.com/GuilhermeHenn/notes.git

Run Notes

  1. Initialize MongoDB
systemctl start mongod
  1. Install dependencies
npm install body-parser express express-handlebars nodemon
  1. Run the project
npm run notes

Afterwards, just access localhost:8000 in your browser.

About

Task management web application built with Handlebars, focused on simple note organization.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages