Giter VIP home page Giter VIP logo

seedling-project / seedlingbackend Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 13.66 MB

Wagtail Django Website with PostreSQL Database Focused on Providing a Central Hub of Educational Resources to the MJC Student Body

Home Page: https://seedlingeducation.org

License: Apache License 2.0

Python 97.16% HTML 2.84%
django educational-project html-css-javascript machine-learning postresql python sql universal-sentence-encoder web-design website

seedlingbackend's Introduction

SeedlingEducation

Democratizing education is the foremost goal of society. But, democratic education also means democratizing teaching. The Seedling Project utilizes the wisdom and knowledge gathered by the masses (students) to create a library of high-quality resources for future generations of students to benefit from. We enrich our knowledge by democratizing teaching not only because the resources created through the process are high-quality and equitable, but also because the process itself (of teaching and creation) develops the character of each who partakes in its fruit.

Each person with their own unique and diverse background, especially in community colleges can contribute their experiences in education, life, research, and more with other students. Who is more qualified to answer unusually specific questions about education than those who are actively navigating its challenges?

Democratize education, improve academic outcomes, and pave the way for our future scientists and engineers.

Documentation Link

https://seedling-project.github.io/Seedlingmkdocs/

Github Contributions

At this moment, there are two branches: main and frontend. Clone the repository. Set the main to your upstream as such: git branch --set-upstream-to=origin/main <variable_name>. the <variable_name> can be found with the git branch command.

Setting Upstream:

Setting an upstream branch establishes a link between your current branch and a specified remote branch. This is useful when you want to track changes from a specific remote branch in your current branch The upstream setting merely establishes a default remote branch that your local branch will interact with when you run commands like git pull or git merge.

Pulling:

git pull: is a command that fetches the latest changes from the remote repository and merges them into your current branch. It essentially combines git fetch and git merge into a single command.

Fetching:

git fetch: is a command that retrieves the latest changes from the remote repository without merging them into your current branch. This allows you to review the changes before deciding whether to merge them.

seedlingbackend's People

Contributors

bschoolland avatar immaculatedivinity avatar zeapsu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zeapsu lamuymuy

seedlingbackend's Issues

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.