Organization Link to see all my commits : here
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.
Clone the project
git clone https://github.com/DelivAir/DelivAirGo to the project directory
cd DelivAirInstall dependencies
npm installStart the server
cd server npm install npm run startStart the socket
cd socket.io npm install npm run startStart the app
cd client npm install npm run startcreate the database with the provided schema
npx prisma db pull npx prsima generateTo run this project, you will need to add the following environment variables to your .env file
DATABASE_URL
ANOTHER_API_KEY
Client: React, , TailwindCSS , ReactNative , expo , Cloudinary , FireBase, NativeBase, socketIO
Server: Node, Express, Postgresql, MongoDB
Admin: NextJS , TypeScript , Bootstrap