Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theloni-monk/moody
A full-stack mood tracking website built in react with a server node. Please note it is only designed to be useful to me, though it would be great if it were able to aid someone else as well.
https://github.com/theloni-monk/moody
backend database google-federated-sign hooks-api-react mood node-js reactjs sign tracker webapp
Last synced: 27 days ago
JSON representation
A full-stack mood tracking website built in react with a server node. Please note it is only designed to be useful to me, though it would be great if it were able to aid someone else as well.
- Host: GitHub
- URL: https://github.com/theloni-monk/moody
- Owner: theloni-monk
- Created: 2020-06-26T05:16:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T02:20:22.000Z (over 3 years ago)
- Last Synced: 2023-03-10T02:48:30.922Z (over 1 year ago)
- Topics: backend, database, google-federated-sign, hooks-api-react, mood, node-js, reactjs, sign, tracker, webapp
- Language: TypeScript
- Homepage:
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *MOODY* Project Outline
-----------------
## Compile and run with watch client
```bash
npm run start-client
```## Compile and start backend
```bash
npm run start-backend
```