Coder Social home page Coder Social logo

uni-track's Introduction

Project Overview

Welcome to the UniTrack repository! UniTrack is a simple web application created to aunitrackt you in managing student information, colleges, and courses. This is a flask application that uses MySQL as its database. It also uses TailwindCSS for styling.

Prerequisites

Before you begin working on this project, ensure you have the following prerequisites installed on your system:

  • Python 3.x
  • Node.js 18.x
  • MySQL 8.x
  • Pipenv

Getting Started

Follow these steps to set up and run the project on your local machine:

  1. Clone the Repository:

    git clone https://github.com/mjcarnaje/uni-track.git
    cd uni-track
  2. Install Dependencies:

    npm install
    pipenv install

    Note: If you don't have pipenv installed, you can install it using pip install pipenv. And every time you want to run the project, you can use pipenv run python main.py. If you want to install packages, you can use pipenv install <package-name>.

  3. Activate the Virtual Environment:

    pipenv shell
  4. Create a Database:

    • Create a database named unitrack in MySQL.
  5. Run the Flask Application & TailwindCSS Compiler:

    python main.py
    npm run compile:css

    The application will be available at http://localhost:5000/ by default.

Folder Structure

  • main.py: The main Python file of the project.
  • unitrack/: A Python package containing the Flask application (indicated by the presence of __init__.py).
    • __init__.py: Initialization file for the Flask application package.
    • static/: Directory for static assets like CSS and JavaScript files.
    • templates/: Directory for HTML templates used in the project.
    • configs/: Directory for configuration files.
    • db/: Directory for database files.
    • routes/: Directory for blueprint files.
    • utils/: Directory for utility files.
    • models/: Directory for database model files.

uni-track's People

Contributors

mjcarnaje avatar

Stargazers

Kent Nasvil Madrid avatar Xerxes Lance Laurenz A. Lompon 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.