An application made to manage tasks
- Node.js v22.4.1
- Bootstrap v5.3.3
- Handlebars v10.8.1
- MongoDB v7.0.11
- 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- Install MongoDB
Install according to your system following the official documentation: https://www.mongodb.com/docs/manual/installation/
- Clone the project
git clone https://github.com/GuilhermeHenn/notes.git- Initialize MongoDB
systemctl start mongod- Install dependencies
npm install body-parser express express-handlebars nodemon- Run the project
npm run notesAfterwards, just access localhost:8000 in your browser.