Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ztl-uwu/segment-todo
Simple live todo list for group project
https://github.com/ztl-uwu/segment-todo
segment-oj todo
Last synced: about 1 month ago
JSON representation
Simple live todo list for group project
- Host: GitHub
- URL: https://github.com/ztl-uwu/segment-todo
- Owner: ZTL-UwU
- License: mit
- Created: 2021-02-01T09:07:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T07:40:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T19:42:11.160Z (about 1 month ago)
- Topics: segment-oj, todo
- Language: Vue
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Segment Todo
A simple live Todo list for group projects.[![GitHub issues](https://img.shields.io/github/issues/zhangtianli2006/segment-todo)](https://github.com/zhangtianli2006/segment-todo/issues)
[![GitHub license](https://img.shields.io/github/license/zhangtianli2006/segment-todo)](https://github.com/zhangtianli2006/segment-todo/blob/master/LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/zhangtianli2006/segment-todo)](https://github.com/zhangtianli2006/segment-todo/)
[![Repo Size](https://img.shields.io/github/repo-size/zhangtianli2006/segment-todo)](https://github.com/zhangtianli2006/segment-todo/)![demo](https://s3.ax1x.com/2021/02/05/yGFTyt.png)
## Getting started
1. Install nodejs & npm2. Clone the repo
```sh
git clone https://github.com/zhangtianli2006/segment-todo
```3. Build the frontend
```sh
cd frontend
npm install
npm run build
```4. Start the backend
```sh
cd ../backend
npm install
node -e 'process.env.PORT = ' index.js
```
(default serving port is 3000)