Git Product home page Git Product logo

mmdt_web_app's Introduction

Myanmar Data Tech Team Web App

Introduction

Welcome to the Myanmar Data Tech Team Web Application Project! Here, we'll explain the project and how to get started.

Project Page

For more details and project tracking, visit our Project Page.

Meet the Team

Meet our team members who have been working hard on this project:

  • Htet Kay Khine
  • Myat Po Po Aung
  • Nang Seng Lean Pein
  • Aye Mya Han
  • Khin Kyaing Kyaing Thein

Key Features

Our web application comes with some cool features:

  • Home Page: A landing page for the Myanmar Data Tech Team.
  • Blog Pages: Keep up with the team's latest blogs and updates.
  • Polls Application: Participate in team surveys and polls. [Optional]
  • User Management: Manage your account and preferences.

Prerequisites

Before we get started, make sure you have the following installed on your computer:

  • Python: If you don't have Python installed, follow this guide to install it.
  • Git: If you don't have Git installed, follow the instructions here.

Project Setup

Let's set up the project step by step:

  1. Clone the Repository: Download the project files by running this command: git clone <repository_url>

  2. Open the Project: Use your preferred Integrated Development Environment (IDE) to open the project folder.

  3. Create a Virtual Environment (Recommended): It's a good practice to isolate project dependencies. You can create a virtual environment by following these instructions.

  4. Install Project Dependencies: Run the command pip install -r requirement.txt to install the necessary libraries.

    • create .env in file under mmdt-web-app/mmdt/.env and add the following key:value pair
    AWS_ACCESS_KEY_ID = 'your AWS S3 key'
    AWS_SECRET_ACCESS_KEY = 'your AWS S3 secret key '
    AWS_STORAGE_BUCKET_NAME = 'your S3 bucketname '
    DEBUG = True or False
    
  5. Database Setup:

    • Run these commands to set up the database:
      python manage.py makemigrations
      python manage.py migrate
      
  6. Create an Admin User: Use this command python manage.py createsuperuser to create an admin user for managing the application: You'll be prompted to enter a username, email, and password for the admin user.

  7. Run the Project: Start the web application by running: python manage.py runserver

  8. Access the Application: You can now access the following URLs in your web browser:

  1. DBdiagram: Our Database Design DB

mmdt_web_app's People

Contributors

khinezarthwe avatar amh23 avatar htetkkhine avatar khinkyaingkyaingthein avatar alexpeain 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.