Giter Club home page Giter Club logo

fbla2024's Introduction


Logo

School Partner Directory

A platform to facilitate meaningful partnerships between schools and external stakeholders, fostering a collaborative ecosystem that enriches educational experiences and empowers students to thrive in a dynamic world.

View Demo . Report Bug . Request Feature

Table Of Contents

About The Project

Welcome to the School Partner Resource Directory, an innovative platform developed for the FBLA2024 competition, designed to bridge the gap between schools, community organizations, government entities, and businesses. Our platform serves as a dynamic hub where schools can seamlessly connect with partners across various sectors, empowering students to discover valuable opportunities for growth and collaboration.

Comprehensive Partner Database: Our platform hosts an extensive directory of partners from diverse sectors, including local businesses, government agencies, nonprofit organizations, and community groups, providing schools with a rich ecosystem of potential collaborators.

Customized Profiles: Partners can create detailed profiles showcasing their mission, services, and areas of expertise, allowing schools to make informed decisions when seeking collaborations that align with their goals and values.

Resource Sharing: Partners can share resources such as educational materials, internship opportunities, volunteer programs, and career development initiatives, empowering schools to provide students with valuable learning experiences beyond the classroom.

Built With

Getting Started

Prerequisites

Clone the repo:

git clone https://github.com/abtinmbm/FBLA2024.git

Installation

To install the required packages, run the following command pip install -r requirements.txt

Usage

After modifying models, new migrations must be generated: python manage.py makemigrations

The generated migrated files must be applied to the database: python manage.py migrations

You may import demo data with the following command:

python manage.py loaddata demo

Finally, run the server:

python manage.py runserver

RESET COMMAND (DESTRUCTIVE)

Alternatively, the following commands can be used to destructively reset the server in one line:

WINDOWS (LOCAL)

rm db.sqlite3 | python manage.py makemigrations | python manage.py migrate | python manage.py loaddata demo | python manage.py runserver

Linux (python-anywhere)

python manage.py makemigrations && python manage.py migrate && python manage.py loaddata demo

fbla2024's People

Contributors

abtinmbm avatar

Watchers

 avatar

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.