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: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T02:20:22.000Z (over 4 years ago)
- Last Synced: 2025-01-13T13:30:03.080Z (9 months 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: 2
- 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
```