https://github.com/rhyuen/typescript-react-boilerplate
social network in react, node, postgres
https://github.com/rhyuen/typescript-react-boilerplate
babel faas node now postgresql react typescript webpack zeit
Last synced: 3 months ago
JSON representation
social network in react, node, postgres
- Host: GitHub
- URL: https://github.com/rhyuen/typescript-react-boilerplate
- Owner: rhyuen
- Created: 2019-07-14T01:30:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T01:50:49.000Z (over 3 years ago)
- Last Synced: 2025-05-29T15:11:59.092Z (about 1 year ago)
- Topics: babel, faas, node, now, postgresql, react, typescript, webpack, zeit
- Language: TypeScript
- Homepage:
- Size: 4.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BUILD STATUS
[](https://app.circleci.com/pipelines/github/rhyuen/typescript-react-boilerplate)
# ABOUT
Social Network in Typescript with Custom Auth, because that's what weirdos do.
Todo
mr15, 2020
- buttons for cards.
- buttons ouside of the box
- /posts gets all posts by user. the sql query isn't working it seems
other
-col refactor for props
-profile pages
-friend cards clean up.
-spacer component
## UPDATES
*MR 8, 2020*
1. Favicon updated
2. Styling Changes made to Unauthed Homepage
Attempts
1. Added CircleCi config.yml
*November 18, 2019*
1. Adding Papertrail and Winston for Logging.
# LESSONS LEARNED
*November 6, 2019*
1. The Max Age field in Cookies for Javascript is in Milliseconds not Seconds, despite what the docs say.
>
```javascript
{
maxAge: 3600 //this is 3.6 seconds
}
```
# INSTALL
> npm install
# RUNNING LOCALLY
To Run,
> npm run dev