GithubHelp home page GithubHelp logo

wycliffepeart / codeponder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benawad/codeponder

0.0 0.0 0.0 7.24 MB

Marketplace for Code Reviews

Home Page: https://www.codeponder.com

TypeScript 98.62% JavaScript 0.62% HTML 0.76%

codeponder's Introduction

Code Ponder

A Marketplace for Code Reviews

A project that I'm live coding daily on Twitch.

Contributing

Anyone is welcome to contribute code or designs. Here's a walkthrough on how to add components to the ui package: https://youtu.be/WDk5O-yaoCQ

You can view the current figma mockup here and you can ask for edit permissions in this issue: benawad#2

Important links

Packages

  • server

    • GraphQL server built with Node.js, Typescript, Type-GraphQL, Redis, and PostgreSQL
  • web

    • Next.js React website using Typescript
  • ui

    • React Component library using Storybook
  • common

    • shared Typescript code between server and web

    Installing

  1. Clone and install dependecies
git clone https://github.com/benawad/codeponder.git
cd codeponder
yarn
  1. Make sure you have PostgreSQL running on your computer with a database called codeponder2 and a user who has access to that database with the username postgres and password postgres
  1. Make sure you have Redis running on your computer
  1. Build the common and ui package by running the following command in the root directory
yarn build:deps
  1. Setup Github client id and secret by going to https://github.com/settings/applications/new
  1. Create a .env file in packages/server and fill in your client id and secret
GITHUB_CLIENT_ID=<YOUR_CLIENT_ID_HERE>
GITHUB_CLIENT_SECRET=<YOUR_CLIENT_SECRET_HERE>
DB_USER=postgres
DB_PASS=postgres
SESSION_SECRET=asjdfkljaklsfs
  1. While in the server package you can start the server with
yarn start

To verified it worked, you can go to http://localhost:4000

  1. While in the web package you can start the website with
yarn dev

The website should be available at http://localhost:3000 now

  1. I would recommend running
yarn watch

In the ui package so it rebuilds it whenever you make changes.

If you need any help setting this up feel free to message me on Discord: https://discord.gg/Vehs99V

codeponder's People

Contributors

audibookning avatar benawad avatar chrisd08 avatar jonahgoldwastaken avatar mrjbj avatar onemen avatar paean99 avatar renovate-bot avatar zougotsx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.