All Projects → pulkithanda → voyager-hf

pulkithanda / voyager-hf

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

Programming Languages

HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to voyager-hf

DSA
Write DSA Codes into it
Stars: ✭ 18 (-47.06%)
Mutual labels:  good-first-issue, hacktoberfest2021
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+8.82%)
Mutual labels:  good-first-issue, hacktoberfest2021
ML-Reserve
An Open-Source repository where students could showcase their skills by contributing their ML and DL projects!
Stars: ✭ 15 (-55.88%)
Mutual labels:  good-first-issue, hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (-2.94%)
Mutual labels:  good-first-issue, hacktoberfest2021
hacktoberfest2021
Add your any type of project related to programming! This is a beginner-friendly repository made specifically for Hacktoberfest that helps you get your first PR. Happy Hacking !!!!!
Stars: ✭ 21 (-38.24%)
Mutual labels:  good-first-issue, hacktoberfest2021
Dev-Geeks
Open Source Project
Stars: ✭ 16 (-52.94%)
Mutual labels:  good-first-issue, hacktoberfest2021
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+220.59%)
Mutual labels:  good-first-issue, hacktoberfest2021
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+302.94%)
Mutual labels:  good-first-issue, hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+32.35%)
Mutual labels:  good-first-issue, hacktoberfest2021
HacktoSearch
Helping you find the best contributions you can make in Hacktoberfest 2021!
Stars: ✭ 17 (-50%)
Mutual labels:  good-first-issue, hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-29.41%)
Mutual labels:  good-first-issue, hacktoberfest2021
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (+132.35%)
Mutual labels:  good-first-issue, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+50%)
Mutual labels:  good-first-issue, hacktoberfest2021
CS-180
An Awesome beginner-friendly repo to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! .Push any code in any language you want . Please leave a star ⭐ to support this project! ✨
Stars: ✭ 71 (+108.82%)
Mutual labels:  good-first-issue, hacktoberfest2021
Resources
No description or website provided.
Stars: ✭ 25 (-26.47%)
Mutual labels:  hacktoberfest2021
Angular
A repositoy to learn and boost your Angular skills. It contains cheatsheet, code, articlues and all learning resources you need.
Stars: ✭ 49 (+44.12%)
Mutual labels:  hacktoberfest2021
brain-marks
Save and categorize tweets
Stars: ✭ 47 (+38.24%)
Mutual labels:  hacktoberfest2021
hacktoberfest-beginner
Make your first contribution for Hacktoberfest in the simplest way
Stars: ✭ 16 (-52.94%)
Mutual labels:  hacktoberfest2021
HealthBliss-Hacktoberfest2021
HealthBliss is a static responsive website which provides its users with good health reads on how to overcome anxiety, depression and bipolar disorders. Check the readme to know more.
Stars: ✭ 22 (-35.29%)
Mutual labels:  hacktoberfest2021
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (-26.47%)
Mutual labels:  hacktoberfest2021

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

You can view it here

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  
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].