Skip to content

abrandell/sudocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoCode

A web-app for Github devs to find and share ideas for side projects.

Angular Front End

To run the site in it's current state on a local server, you'll need to create an OAuth2 Github app (or use an existing OAuth Github client id/secret) as well as remove the Github OAuth login link (in the frontend) and replace it with <your-home-page-url>/oauth2/authorization/github

You'll also either need to use the docker-compose.yml file included:

version: '3.1'

services:

 mysql-dev:
   image: mysql:5.7
   ports:
     - 3308:3306
   environment:
     MYSQL_ROOT_PASSWORD: root
     MYSQL_DATABASE: sudodev
     MYSQL_USER: developer
     MYSQL_PASSWORD: password

and run MySQL in a container (or locally installed).

Or just use an in-memory DB like H2.

Technologies Used (so far)

About

Web app built in Spring & Angular for Github devs to find and share project ideas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages