Skip to content

LitlBro/breed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breed

project for simudyne

database

I'm using sqlite for storing the data structure : CREATE TABLE data ( breed varchar(10), id double, age integer, grade tinyint, payment integer, brand integer, price double, promotion double, renew boolean, inertia integer);

to import the csv file, I used $ sqlite> .mode csv $ sqlite> .import /path/to/csv data

Use

launch index.js using $ node index.js

the database is currently stored in the project

Visit localhost:3000 and choose a factor

About

project for simudyne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors