Skip to content

min2033/Boilerplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenShot

Fast, responsive location-sharing Reddit application. Combines a quick & reliable Go web server with React/Flux client.

###See Example

##Features

  • Threads / Comments
  • Search
  • Upvotes & Downvotes
  • Direct / Global Chat System using WebSockets
  • Signup / Login
  • User Authentication
  • User Profiles
  • Friends
  • Geolocation

##To Develop:

  1. Go to /server in terminal.
  2. Start mySQL server by typing 'mysql.server start'
  3. Set up schema by typing 'mysql -u root < schema.sql'
  4. Start the server by running the below command (include more server files as they're added).

go run auth.go forum_threads.go chatter.go chat_events.go outbound.go chat_room.go server.go thread_posts.go users.go friends.go friend_hub.go friend_conn.go search.go

  1. Go to /pub folder
  2. npm install
  3. Run 'gulp'
  4. Edit the files in /app folder.

##To Deploy:

  1. In the /pub, run 'gulp deploy'.
  2. Dist files will be built in /dist

##To Test:

  1. In /pub, run 'gulp test'.
  2. Spec files are inside /specs.

Link to original repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.4%
  • Go 15.6%
  • HTML 5.4%
  • CSS 1.6%