Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanay-pingalkar/frame
Frame your art, DIYs and memes...made in graphql react
https://github.com/tanay-pingalkar/frame
graphql graphql-request nodejs postgresql react redux redux-thunk scss type-orm typescript
Last synced: 3 days ago
JSON representation
Frame your art, DIYs and memes...made in graphql react
- Host: GitHub
- URL: https://github.com/tanay-pingalkar/frame
- Owner: tanay-pingalkar
- License: gpl-3.0
- Created: 2021-03-02T08:05:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T16:35:08.000Z (over 3 years ago)
- Last Synced: 2024-12-01T20:12:04.406Z (2 months ago)
- Topics: graphql, graphql-request, nodejs, postgresql, react, redux, redux-thunk, scss, type-orm, typescript
- Language: TypeScript
- Homepage:
- Size: 2.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frame
### Frame your art, DIYs and memes....
It is an online plateform for sharing art, DIYs and memes. It is open source also means you can also contribute to Frame.
## setting up local enviroment
have node, postgresql installed.
- fork this repo and clone it on your machine
- create database `CREATE DATABASE database name`
- create .env file under .env.example and fill all variables like .env.example.
- run `yarn` to install all dependencies
- run `yarn start`, this will start client and server concurrently### for full developement experience visit [FULLSETUP.md](https://github.com/tanay-pingalkar/Frame/blob/main/FULLSETUP.md)
#### wow you are good to go!
## contribution guide
make sure to create issue before adding new feature to Frame and make sure to clear all unused consoles and to resolve all typescript errors.
the design idea is like [FIGMA-design link](https://www.figma.com/file/mZmE4N7OXK2Te4TWDAeCNV/Untitled?node-id=0%3A1)
Know more about what stack frame is using on [STACK.md](https://github.com/tanay-pingalkar/Frame/blob/main/STACK.md)
, before creating pull request , make sure to run `yarn format` to run prettier. `cd server && yarn test` to test with jest.