All Projects → VincentCordobes → the-green-meal

VincentCordobes / the-green-meal

Licence: MIT License
🍒 Keep track of your meals calories

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to the-green-meal

antd-pro-toolkit
🐜ant design pro toolkit.
Stars: ✭ 13 (-83.95%)
Mutual labels:  antd
mlz-admin
🌈An extended UI library, packaged within Ant Design
Stars: ✭ 12 (-85.19%)
Mutual labels:  antd
react-cli
基于 create-react-app 搭建的前端脚手架
Stars: ✭ 18 (-77.78%)
Mutual labels:  antd
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+50.62%)
Mutual labels:  antd
mobxSpa
企业级SPA项目,完整开发脚手架
Stars: ✭ 96 (+18.52%)
Mutual labels:  antd
umi-plugin-antd-theme
🎨 Best theme plugin
Stars: ✭ 77 (-4.94%)
Mutual labels:  antd
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (-65.43%)
Mutual labels:  antd
blog
个人博客(Junming.Su) Blog 个人博客 喜欢写文章 收藏文章
Stars: ✭ 17 (-79.01%)
Mutual labels:  antd
react-antd-ie8
兼容到ie8的react/antd/redux/router; demo查看 https://heavensky.github.io/react-antd-ie8 (慢) 或 http://heavensky.gitee.io/react-antd-ie8 (快); 全最新且支持ie9查看 https://github.com/HeavenSky/react-antd-ie9; 本项目已更新和迁移到 https://github.com/HeavenSky/webpack-frames
Stars: ✭ 18 (-77.78%)
Mutual labels:  antd
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (-24.69%)
Mutual labels:  antd
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-79.01%)
Mutual labels:  antd
react-bike
react和antd 共享单车后台管理系统
Stars: ✭ 19 (-76.54%)
Mutual labels:  antd
redux-form-antd
Ant design bindings for redux form
Stars: ✭ 107 (+32.1%)
Mutual labels:  antd
antd-editable
A React component inherited from antd that can edit the table of a cell
Stars: ✭ 29 (-64.2%)
Mutual labels:  antd
react-drag
A drag and drop platform based on sortable.js front-end visualization. 一个基于sortable.js的前端可视化搭建的拖拽平台,ui组件采用antd-mobile.通过umi脚手架构建.技术栈采用dva+hooks+umi+antd-mobile+sortable.js+react-color.
Stars: ✭ 51 (-37.04%)
Mutual labels:  antd
blog
📝 Dev blogs.
Stars: ✭ 17 (-79.01%)
Mutual labels:  antd
react-starter-kit
基于webpack4 + ES6/7 + less + React16 + Redux4 + React-Router4 + react-hot-loader4 + antd
Stars: ✭ 27 (-66.67%)
Mutual labels:  antd
fishing-funds
基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
Stars: ✭ 424 (+423.46%)
Mutual labels:  antd
react-visualized-platform
🐞 基于 React 的雾霾数据爬虫分析平台
Stars: ✭ 31 (-61.73%)
Mutual labels:  antd
7-react-admin-ts
用 ts + react-hooks 实现的管理后台
Stars: ✭ 23 (-71.6%)
Mutual labels:  antd

🍒 The Green Meal

Keep track of your meals calories

Next.js 9, antd, Node, PostgreSQL demo app—written in TypeScript with raw sql.

What's implemented:

  • Authentication and ACLs
  • CRUD meals and users

Table of contents

Setup

Requirements

  • Node.js (tested on v10)
  • PostgreSQL >= 11.3

Install dependencies

npm install

Start

npm run build && npm run start

Database

Init a db, create the tables and insert some dummy data.

npm run db:setup

Tests

⚠️ Tests make db calls, so an instance of postgres being up is required.

npm test

Usage

Login

You can login, by default with:

Signup

When creating an account—to confirm the provided email addres—a confirmation link is printed to the server stdout. This is to simulate the link normally sent to user mailbox. Same for password reset.

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].