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/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
To 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