Skip to content

shijia22/twitter-api-2020

 
 

Repository files navigation

👥 Simple Twitter API

此 Simple Twitter 為前後分離協作專案,前端使用 Vue.js 框架,後端使用 Express.js + MySQL 開發,此 repo 為提供給前端串接開發之 API 服務。

API BASE URL

HOST: https://good-simple-twitter.herokuapp.com/

🔧 Built With

相關套件

  • bcryptjs
  • cors
  • validator
  • faker
  • jsonwebtoken
  • multer

💡 Getting Started

Clone repository

$ git clone repo

Install by npm

$ npm install

DB Seed

npx sequelize db:migrate
npx sequelize db:seed:all

JWT_SECRET = JWT_SECRET;
IMGUR_CLIENT_ID = IMGUR_CLIENT_ID;

Execute

$ npm run dev

Browse the website on localhost

http://localhost:3000/

開發人員

後端

前端

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 3.0%