Skip to content

katataku/CC-API-solo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marp true

SSS(集合する Station Suggestion)

by taku

このリポジトリは Code Chrysalis の生徒であるときに作成しました(This was created during my time as a student at Code Chrysalis)


Concept

GoTo 使って飲もう →  どこで飲む? →  みんなが帰りやすい駅がいいね。

帰りやすい駅  is どこ?

集合する ステーション サジェスチョン


How to Use

SSS

  1. Search

  2. Select

  3. Show the best Station


List of Endpoint

  • Get

    • /location
    • /location?line1=xxx&line2=yyy
  • POST

    • /location send data as request Body
  • DELETE

    • /location/:id id is generated automatically
  • PUT

    • /location/:id send new data as request Body

Tech

  • back end

    • express
    • TypeORM
    • postgresSQL
  • front end

    • vue.js
    • axios
  • Docs

    • marp

チャレンジした内容と直面した問題・苦労した点

  • そもそも実行。2 種類での実行シーケンスの理解が難しい。

    • curl での実行
    • chai での実行
  • CORS 対応

    • サーバサイド:レスポンスヘッダで対応
    • クライアント:ブラウザ拡張
  • はじめての技術

    • typeORM の新規利用
    • vue.js/axios

GitHub URL

https://github.com/katataku/CC-API-solo-project


Future Works

  • Seeding
  • Migrations
  • language(Japanese)
  • Multistaions
  • Shared Operation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors