An open API service indexing awesome lists of open source software.

https://github.com/wonism/back-end-study

Back end 에 대해 공부하고 싶은 내용들을 공부하는 repository 입니다. (대부분이 node js 관련 글입니다.))
https://github.com/wonism/back-end-study

Last synced: about 2 months ago
JSON representation

Back end 에 대해 공부하고 싶은 내용들을 공부하는 repository 입니다. (대부분이 node js 관련 글입니다.))

Awesome Lists containing this project

README

        

# Back-end

공부하고 싶은 내용들을 공부하는 repository 입니다.


__공부하고 있는 것들__
- Node JS
- [passport 모듈을 이용한 로그인 기능 구현](https://github.com/wonism/back-end-study/tree/master/nodejs/passport-example)
- [nodemailer 로 메일 보내기](https://github.com/wonism/back-end-study/tree/master/nodejs/nodemailer-example)
- [AWS S3 에 이미지 업로드 하기](https://github.com/wonism/back-end-study/tree/master/nodejs/s3-image-upload)
- [sequelize & sequelize-cli 로 DB Migration 및 사용 하기(작성중)](https://github.com/wonism/back-end-study/tree/master/nodejs/sequelize-cli-example)
- [localhost 에서 HTTPS 환경 구축하기](https://github.com/wonism/back-end-study/tree/master/nodejs/https-localhost)
- Nginx
- [Let's Encrypt 로 https 지원하기](https://github.com/wonism/back-end-study/tree/master/nginx/lets-encrypt-example)

__앞으로 추가하려는 내용들__
- Express JS (Node JS framework)
- Ruby On Rails
- Web Socket
- Spring boot

__공부해보고 싶은 내용들__
- Hapi JS (Node JS framework)
- Kakao Messaging API
- python Flask or Django
- Play 2 (Scala)