Skip to content

shivamMg/showcase-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase Projects

Projects Display Gallery

How to add project

  1. Fork this repo

  2. Clone your fork with:

    git clone git@github.com:<your-username>/showcase-projects.git
    
  3. Update projects.yaml file and include your project details. Instructions below.

  4. Commit your work with:

    git commit -m "Add project: <project-name>"
    

    If you have more than one project, then commit them separately.

  5. Push your changes with:

    git push origin master
    
  6. Submit a Pull Request.

Update Projects file

You must enter the following details in YAML format:

  • project: Project name.
  • description: One line description of your project, possibly in less than 80 chars.
  • website-link: Link to the application. If it is a website then link to the site, or if it is an android app, link to Play Store.
  • github-link: Link to the GitHub source repo.
  • tags: A list of tags of the technologies used. Keep each tag in lowercase. e.g. [python, html, css, js]
  • creator: Creator name.
  • creator-link: Link to the creator. You can link to your website, blog, Twitter page or even your GitHub profile.

Note: Only website-link is optional.

Deploy on Openshift

You are going to need the OpenShift Go Cartridge. All necessary instructions are provided in its README.

OpenShift allocates an IP and Port for you application. Uncomment the following line in server.go to listen to that IP and Port, and remove other declaration of bind variable.

bind := fmt.Sprintf("%s:%s", os.Getenv("OPENSHIFT_GO_IP"), os.Getenv("OPENSHIFT_GO_PORT"))

License

This project has been licensed under GNU General Public License v3.

concrete_seamless.png inside the assets/images/ directory, is made by Anchour, and has been downloaded from subtlepatterns.com. It is licensed under CC BY-SA 3.0.

About

Projects display gallery for developers at devup.in

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published