A web can track your money.
Here are the functions: 1.Check your all expense-record. 2.You can search record category. 3.You can add new record. 4.You can delete record. 5.You can register account. 6.You can login and logout.
1.Make sure Node.js and npm has already installed.
2.Clone the repository to localhost.
https://github.com/eunicebibi/expense-tracker
3.Open the repository into file at localhost with Terminal.You can type:
npm install
4.Input seeds information (there are 2 seeds information).You can type:
npm run seed
5.When finish the installing, you can type:
npm run dev
5.It's in process when see this messenge.
Express is listening on localhost:3000
6.Get in to the website 7.If you'd like to stop, you can type:
ctrl + c
- Node.js v18.14.0
- Express 4.18.2
- Express-Handlebars ^6.0.7
- Bootstrap 5.3.0
- Font-awesome 6.3.0
- Mongoose 6.9.2
- bcryptjs 2.4.3
- express-session: 1.17.3
- passport: 0.6.0
- passport-local: 1.0.0
- dotenv: 16.0.3