Skip to content

WarLock54/nodejsProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

(MindsDbNodeJsProject)
Create a machine learning-based prediction model with MindsDB using vacation data stored in the vacations table in the PostgreSQL database.
Using this model, predict the estimated vacation cost based on the vacation destination and duration.
Additionally, manage the database structure by performing migration operations using Knex.js in a Node.js environment.
Perform CRUD (Create, Read, Update, Delete) operations via a RESTful API.
(OrmCrudNodeJsProject)
ORM library to serve as a connection between our backend application and our relational database.
 We also explored advanced concepts such as database migrations and CRUD operations.

About

This project involves creating a machine learning prediction model with MindsDB to estimate vacation costs based on destination and duration using PostgreSQL data, while managing database migrations with Knex.js in Node.js and implementing CRUD operations via a RESTful API with an ORM for backend-database connectivity.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors