cmda-bt / be-course-18-19

🎓 Backend · 2018-2019 · Curriculum and Syllabus
https://cmda-bt.github.io/be-course-18-19/docs
Other
15 stars 10 forks source link

Package (Feature) #97

Closed sahitj001 closed 5 years ago

sahitj001 commented 5 years ago

Package

Name

Jordy Sahit

Class

214/Tech-4

Repo link

https://github.com/sahitj001/backend

Summary

I set up my backend repository. I did that by adding a license, gitignore, editorconfigfile, package.json, index.js and a readme.

Resources used

I used a lot of Google and the information of the backend git.

Any thoughts?

I found it difficult to make scripts for my index.js. I also learned more about how to install packages, for instance I realised I didn't install nodemon locally but globally so I had to make sure I did it locally.

rijkvanzanten commented 5 years ago

Good job!

The one nitpicky thing I found is the fact that the readme listed in your package.json is different from the one listed in your repo (ISC vs MIT)