MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link
# Fellowship Wrapped A summary showcase of all your time spent during the MLH Fellowship. ![fellowshipwrapped](https://user-images.githubusercontent.com/48270786/87963701-c1b68d80-cad6-11ea-9dc1-231675961677.gif) #### Create a shareable link to display your contributions during the Fellowship on your resume or your website!

Features

Technologies Used

Built originally by


Gabriel Cruz

Kartik Choudhary

Cathal O'Callaghan

Sebastian Crossa

Installation

Frontend

To run the frontend locally, run the following commands in order (Assumed you have NPM or Yarn installed on your machine)

yarn or npm install

yarn dev or npm run dev

Backend

export GRAPHQL_TOKEN=[your github personal access token]

export secretKey=[your secret key]

Then run the server with cd backend/ && go run main.go