Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wellers0n/yin-yang-playground
Fullstack application
https://github.com/Wellers0n/yin-yang-playground
backend frontend fullstack graphql javascript relay styled-components typescript
Last synced: 6 days ago
JSON representation
Fullstack application
- Host: GitHub
- URL: https://github.com/Wellers0n/yin-yang-playground
- Owner: Wellers0n
- License: mit
- Created: 2021-06-22T00:30:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T15:41:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T22:01:18.554Z (4 months ago)
- Topics: backend, frontend, fullstack, graphql, javascript, relay, styled-components, typescript
- Language: TypeScript
- Homepage: https://graphql-mdx-wellerson.vercel.app
- Size: 11.9 MB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yin-yang-playground
## Fullstack typescript/javascript
yin-yang-playground uses a stack full `JS/TS` on the frontend and backend, I'm making this project to improve
my skills with graphql and relay.
##### [Frontend](https://github.com/Wellers0n/yin-yang-playground/tree/master/packages/client)
##### [Backend](https://github.com/Wellers0n/yin-yang-playground/tree/master/packages/server)
## Initing in the your PC- For clone the project `git clone https://github.com/Wellers0n/yin-yang-playground.git`
- Enter in the folder `cd yin-yang-playground/`
- To install project dependency: `yarn install`
- After the installation of the dependencies `yarn start` in the default directory## Stack used
[ReactJS](https://reactjs.org/)
[KoaJS](https://koajs.com/)
[MongoDB](https://www.mongodb.com/)
[GraphQL](https://graphql.org/)
[Relay](https://relay.dev/)
[Yarn](https://yarnpkg.com/en/)
[WorkSpaces](https://yarnpkg.com/lang/en/docs/workspaces/)
[Styled-Components](https://www.styled-components.com/)