No description
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
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