No description
Find a file
2024-11-17 03:32:28 +05:30
src hotfix: page size 2024-11-17 03:32:28 +05:30
static added: login, register, and profiles 2024-11-15 13:19:10 +05:30
.dockerignore added: Dockerfile 2024-11-16 03:06:35 +05:30
.gitignore Initial commit 2024-11-14 14:45:21 +05:30
.npmrc Initial commit 2024-11-14 14:45:21 +05:30
.prettierignore Initial commit 2024-11-14 14:45:21 +05:30
.prettierrc Initial commit 2024-11-14 14:45:21 +05:30
Dockerfile added: Dockerfile 2024-11-16 03:06:35 +05:30
eslint.config.js Initial commit 2024-11-14 14:45:21 +05:30
package.json added: socket.io-client 2024-11-15 22:46:29 +05:30
pnpm-lock.yaml added: socket.io-client 2024-11-15 22:46:29 +05:30
postcss.config.js Initial commit 2024-11-14 14:45:21 +05:30
README.md updated: the readme 2024-11-16 02:46:06 +05:30
svelte.config.js Initial commit 2024-11-14 14:45:21 +05:30
tailwind.config.ts Initial commit 2024-11-14 14:45:21 +05:30
tsconfig.json Initial commit 2024-11-14 14:45:21 +05:30
vite.config.ts Initial commit 2024-11-14 14:45:21 +05:30

BeX - A Book Exchange Platform

BeX is an all-in-one book exchange platform that allows people to share books with other people.

This project was made by Abhiram K for a full stack application development assignment at uni.

Here's what it does:

  • Allows you to create accounts on the platform.
  • You can upload the books you have so people can search for them.
  • People can reach out to you to request to borrow your books.
  • There is integrated chat to help facilitate communication between parties.

Here's how to run it:

  • You'll need the associated backend for the full package.
  • Once you have that running, clone this repo.
# Install dependencies
$ npm install

# Run the application in dev mode
# This will open the application at localhost:5173
$ npm run dev --open

# Build for production
$ npm run build