Skip to content

MehdiDissem/DelivAir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organization Link to see all my commits : here

DelivAir

Our app lets the user choose whether can be a sender or a shipper, in a context of sending or receiving physical goods in airplane luggage. Our app will be a contact intermediary and will give access to the users to view other people's posts, shows how much the user can carry, or send, show price per KG, departure/arrival time as well as instant chat between two users.

Run Locally

Clone the project

  git clone https://github.com/DelivAir/DelivAir

Go to the project directory

  cd DelivAir

Install dependencies

  npm install

Start the server

  cd server
  npm install
  npm run start

Start the socket

  cd socket.io
  npm install
  npm run start

Start the app

  cd client
  npm install
  npm run start

create the database with the provided schema

  npx prisma db pull
  npx prsima generate

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL

ANOTHER_API_KEY

Tech Stack

Client: React, , TailwindCSS , ReactNative , expo , Cloudinary , FireBase, NativeBase, socketIO

Server: Node, Express, Postgresql, MongoDB

Admin: NextJS , TypeScript , Bootstrap

Authors

About

Fully functionnal mobile App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published