Giter VIP home page Giter VIP logo

pickmeup's Introduction

IIT GUWAHATI VIRTUAL QUEUE APPLICATION

A React native based application with NodeJs server powered by PostgreSql database. The following repository is a showcasing for the project,The main repository is private for now. These are the some interfaces of the Application

A React-Node Based Application


Some interfaces fro students side

campuscart1

campuscart2

Stationaries side for printing stuffs remotely

campuscart3

campuscart4

Development Readme

Prerequisites

  1. Git.
  2. Node & npm (version 18 or greater).
  3. nvm.
  4. Clone of the repo.

Installation of the Project

  1. Clone the project by - git clone --recursive https://github.com/iks1/PickMeUp.git to ensure it clones all the submodules as well.
  2. Go to the directory PickMeUp by - cd PickMeUp
  3. To make sure the submodules are updated run the command - git submodule update --remote
  4. Follow the next procedures to run the project in your local environment.

Running the Project

Steps to run backend

In order to install all packages follow the steps below:

  1. Move to CampusCatalogue---Backend folder
  2. To make sure you have the required npm version run - nvm use 18
  3. If you don't have the desired version of node install it by - nvm install 18 and then run - nvm use 18
  4. Then to install all the required packages run - npm install
  5. Then run - node index.js
  6. Your server should start!

The server will be served on http://localhost:8080/

Steps To Set Up Frontend

customer side

  1. Move to PickMeUp--Customer
  2. npm install
  3. npx expo start
  4. To run the application install the Expo Go application from Play Store and scan the QR Code or run it on emulator

shopkeeper side

  1. Move to PickMeUp--Shopkeeper and repeat the above process

Directory Structure

The following is a high-level overview of relevant files and folders.

CampusCatalogue---Backend/
├── config/
│   ├── default.js
│   └── ...
├── controllers/
|   ├── shopkeeper.js
|   ├── user.js
|   └── ...
├── middlewares/
|   ├── validation
|   |    ├──shopkeeper.js
|   |    └──user.js
|   └── auth.js
├── models/
|   ├── customer_model.js
|   ├── db.js
|   ├── order_model.js
|   └── shop_model.js
├── routes/
|   └── ...
├── .gitignore
├── package-lock.json
└── package.json

PickMeUp--Shopkeeper/
├── assets/
│   └── ...
├── components/
|   ├── Completed.js
|   ├── CompletedActive.js
|   ├── Google.js
|   ├── InputField.js
|   ├── Navbar.js
|   ├── Pending.js
|   └── ...
├── pages/
|   ├── Getstarted.js
|   ├── Login.js
|   └── PendingHomePage.js
├── .gitignore
├── App.js
├── app.json
├── babel.config.js
├── metro.config.js
├── package-lock.json
├── package.json
└── m-cli.config.js

PickMeUp--Customer/
├── assets/
│   └── ...
├── components/
|   ├── FilterCard.js
|   ├── FoodCard.js
|   ├── FoodCard2.js
|   ├── FoodItemCard.js
|   ├── FoodPopUp.js
|   ├── Google.js
|   └── ...
├── context/
|   ├── AuthContext.js
|   └── ...
├── pages/
|   ├── BillingPage.js
|   ├── foodDashboard.js
|   ├── FoodShopPage.js
|   ├── GetStarted.js
|   ├── Login.js
|   ├── printDashboard.js
|   ├── SignUp.js
|   └── ...
├── .gitignore
├── App.js
├── app.json
├── babel.config.js
├── metro.config.js
├── package-lock.json
├── react-native.config.js
├── package.json
└── m-cli.config.js


pickmeup's People

Contributors

iks1 avatar pranavjainjs avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

pranavjainjs

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.