Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```