- Cloning this repo
- Access the directory repo
- Run: npm install
- Run: chmod +x runA.sh
- ./runA {a01|a02|a03 [value between 1 and 100 ]|a04}
- a01
- Assignment 01 - convert csv to json
- specifically the file customer-data.csv to customer-data.json
- Assignment 01 - convert csv to json
- a02
- Assignment 02 - RESTful Blog API
- When server start, you must
- open another console/prompt window
- run shell script to perform tests:
- ./curl_cmds.sh
- When server start, you must
- Assignment 02 - RESTful Blog API
- a03
- Assignment 03 - MongoDB Migration Node Script
-
In development
- I could realize until now
- how create a database
- a collection to this database
- and see some output info about this collection
- 2018-03-20
- Starting development of the migration process
- I could realize until now
-
As an example to run this assignment you must:
- *./runA a03 12 *
- As 12 parameter could a value between 1 to 100
- But with last commit will not work
- *./runA a03 12 *
-
- Assignment 03 - MongoDB Migration Node Script
- a04
- Assignment 04 - ?
- not yet implemented
- Assignment 04 - ?