Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T01:50:49.000Z (almost 2 years ago)
- Last Synced: 2023-10-12T22:15:52.384Z (about 1 year ago)
- Topics: babel, faas, node, now, postgresql, react, typescript, webpack, zeit
- Language: TypeScript
- Homepage:
- Size: 4.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BUILD STATUS
[![CircleCI](https://circleci.com/gh/rhyuen/typescript-react-boilerplate.svg?style=svg)](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 seemsother
-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 HomepageAttempts
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