All Projects → quick-xp → Taskhelp Api

quick-xp / Taskhelp Api

TODO管理 Node.js Express Typescript練習用プログラム

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Taskhelp Api

Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (+402.5%)
Mutual labels:  mysql, express
Many People Blog
🎈基于vue+node+mysql的多人博客,带后台管理系统。支持:登陆/注册,留言,评论/回复,点赞,记录浏览数量,带有相册功能,内容丰富,当然也可以发表文章。欢迎使用!
Stars: ✭ 300 (+650%)
Mutual labels:  mysql, express
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (+442.5%)
Mutual labels:  mysql, express
Stackoverflow Clone
Clone project of a famous Q/A website for developers which is stackoverflow built using MySQL-Express-React-Node 🌐
Stars: ✭ 182 (+355%)
Mutual labels:  mysql, express
Vue2 blog
使用vue2.x + vue-cli +vue-router+ vuex + axios + mysql + express + pm2 + webpack+nginx构建的具有登录,注册,留言,用户发帖,用户评论等功能的SPA Blog。注意,注意,注意,后端API全部自己手写,很适合刚学习vue以及express的小伙伴学习,喜欢请Star鼓励一下我,谢谢!项目预览:
Stars: ✭ 417 (+942.5%)
Mutual labels:  mysql, express
Vue Vant Store
基于vue,vantUI的商城demo,包含前端和后端
Stars: ✭ 187 (+367.5%)
Mutual labels:  mysql, express
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+495%)
Mutual labels:  mysql, express
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (+22.5%)
Mutual labels:  mysql, express
Go Clean Arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
Stars: ✭ 5,128 (+12720%)
Mutual labels:  mysql, clean-architecture
Video.github.io
🎬视频网站项目已实现功能: 首页导航栏,中部轮播图,以及电影列表的展现,底部导航链接 注册页面 视频播放页面 搜索页面 登录页面 用户管理页面 一键安装 电影抓取 等功能。基于NodeJS的Express框架开发的动态网站项目,下面也提供了本程序的相关演示站点。
Stars: ✭ 413 (+932.5%)
Mutual labels:  mysql, express
Nodejs Mysql Links
A CRUD Web Application with authentication using Nodejs, Mysql and other Javascript technologies
Stars: ✭ 110 (+175%)
Mutual labels:  mysql, express
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+2052.5%)
Mutual labels:  mysql, express
Mern Social Network
A Notes App developed with MERN stack. Screenshots below. Visit the link for SPA version!! 📝 📒
Stars: ✭ 85 (+112.5%)
Mutual labels:  mysql, express
Crate
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).
Stars: ✭ 2,281 (+5602.5%)
Mutual labels:  mysql, express
Bbs node
node后端服务,node+express+mysql, 搭建token-权限-管理完整的web服务, 对应页面: https://www.lyh.red/admin \ https://www.lyh.red/bbs \ 接口地址https://www.lyh.red/apidoc/index.html
Stars: ✭ 78 (+95%)
Mutual labels:  mysql, express
Notadd
A microservice development architecture based on nest.js. —— 基于 Nest.js 的微服务开发架构。
Stars: ✭ 2,556 (+6290%)
Mutual labels:  mysql, express
Express Rest Api Boilerplate
Express REST API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 384 (+860%)
Mutual labels:  mysql, express
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-42.5%)
Mutual labels:  mysql, express
Jobsort
job board that queries hacker news who is hiring job listings from a database and sorts by tech the user knows and how well the user knows them
Stars: ✭ 20 (-50%)
Mutual labels:  mysql, express
Fieldtop
Finds near-overflow columns in MySQL databases
Stars: ✭ 36 (-10%)
Mutual labels:  mysql

taskhelp-api

TODO管理 Node.js Express Typescript練習用プログラム

初回設定

npm install

cp .env.template

.env (設定を自分のものに書き換える)

npm install -g db-migrate

(ローカルDBに taskhelp_development を作成)

db-migrate up

起動方法

npm run dev

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].