GithubHelp home page GithubHelp logo

pulkithanda / voyager-hf Goto Github PK

View Code? Open in Web Editor NEW
41.0 1.0 44.0 218 KB

Voyager website: A space website that can be used as a template in the future for space-related topics.

Home Page: https://voyager-website.herokuapp.com/

Python 11.85% CSS 36.16% JavaScript 5.25% HTML 46.75%
voyager-space-website html-css-js python hacktoberfest good-first-issue hacktoberfest2021

voyager-hf's Introduction

This is a web development project for hacktoberfest made with HTML, CSS, JS and Python (flask).
Voyager website: NASA & SpaceX have successfully helped humanity establish a multi-planetary presence.
A space website that can be used as a template in future for space related topics.

A Glimpse of the website

Contribution Guidelines🏗

Are there any missing features which we can add to make it the best template available❓ or you are here just to help out with the issues (see issues) or to contribute towards hacktoberfest 2021, well welcome! To start contributing, follow the below guidelines:

  • We recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
  D:\xyz_folder> git clone https://github.com/pulkithanda/voyager-hf.git
  D:\xyz_folder\voyager-hf>pip install -r requirements.txt
  D:\xyz_folder\voyager-hf>click on run.py
  
  https://github.com/pulkithanda/voyager-hf.git

You're done! Now you can help with the issues (issues tab and also the issues file) or maybe even add some sections (team section or missions etc) and after accepting the PR It'll be counted as your contribution to open source and for hacktoberfest in the month of october! Thanks for coming! Do star it & follow my github if you liked the project and for tons of other projects!

Deployment methods:

  1. Deploy Forked repository (Heroku)

    • First fork the repository.
    • Login to your heroku account.
    • Create new app & give a name.
    • Connect your GitHub account to heroku.
    • Search the repo you want to deploy and then deploy.
  2. Deploy local repository (Heroku)

    • Prerequisites : Heroku cli
    • First make a new app on heroku & give a name.
    • Clone the repository to your local system.
    • Login to your heroku account:
    heroku login 
    
    • Set git remote repository to heroku:
    heroku git:remote -a <appName you created earlier>
    
    • Install gunicorn:
    pip install gunicorn   
    
    • Document all dependencies:
    pip freeze > requirements.txt  
    
    • Add script that execude on server in procfile:
    web: gunicorn run:app    
    
    • Push the branch to heroku that you want to deploy:
    git push heroku master  
    

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.