Giter Club home page Giter Club logo

wpd's Introduction

Folders

  • wpd-api: Backend side folder
  • wpd_app: Mobile App folder
  • wpd-webview: Information page when the user scan the QR Code
  • design: Adobe XD files and assets
  • journals
    - Abdulrahman
    - Andrew
    - Dhari
    - Elina
  • weekly_minutes: Folder compiled of our team's weekly minutes.
  • reports: Folder compiled of previous/current semesters class assignments.
  • slides: Folder compiled of PowerPoint slides from class assignment.

Team members (roles) - We Can Do It Team

  • Dhari Alenezi: Mobile & backend developer.
  • Elina Do: Database Developer
  • Andrew Nguyen: Full-Stack Developer
  • Abdulrahman Alharbi: UI & UX Designer

Videos

Technologies & Programming Languages

  • Mobile APP, we used Flutter SDK & Dart programming language.

  • Backend side, we used Node.js & Javascript programming language.

  • Database, we used MongoDB (NoSql) database.

Software Architectural Pattern

  • Mobile APP -> MVVM (Model–view–viewmodel)
  • Backend -> MVC (Model–view–controller)

Project Structure

Usage

WPD Backend & Webview

1 - Open the wpd-api folder
2 - Create config folder
3 - Create config.env file
4 - Add these

# NODE_ENV=development
PORT=3000

MONGODB_URL=<URL>

FILE_UPLOAD_PATH=./src/public/uploads
MAX_FILE_UPLOAD=1000000

JWT_SECRET=<SECRET>
# JWT_COOKIE_EXPIRE=30

SENDGRID_API_KEY=<KEY>

DO_SPACES_ENDPOINT=<ENDPOINT>
DO_SPACES_KEY=<KEY>
DO_SPACES_SECRET=<SECRET>
DO_SPACES_NAME=<SPACE>

5- Run

npm install

6- run the app

npm run dev

Mobile Application

1 - Open the wpd_app folder
2- run

flutter pub get

3- run

flutter run

Database Seeder

To seed the database with users and cases with data from the "_data" folder, run

# Destroy all data
node src/seeder -d

# Import all data
node src/seeder -i

wpd's People

Contributors

dmakwt avatar al7raby15 avatar elinatdo avatar andrewducnguyen avatar dependabot[bot] 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.