Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshat2jain/car_dealership_app
A platform designed to connect car dealers and buyers in a seamless and efficient manner. This MERN-stack-based application is equipped with advanced features such as JWT and Bcrypt for secure user authentication and data encryption.
https://github.com/akshat2jain/car_dealership_app
bycryptjs expressjs mern mern-stack mongodb nodejs reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
A platform designed to connect car dealers and buyers in a seamless and efficient manner. This MERN-stack-based application is equipped with advanced features such as JWT and Bcrypt for secure user authentication and data encryption.
- Host: GitHub
- URL: https://github.com/akshat2jain/car_dealership_app
- Owner: Akshat2Jain
- Created: 2024-04-18T13:03:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T11:14:53.000Z (9 months ago)
- Last Synced: 2024-04-30T12:55:55.630Z (9 months ago)
- Topics: bycryptjs, expressjs, mern, mern-stack, mongodb, nodejs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://cardealershipapp.vercel.app
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Readme
## Tasks
- [x] Convert email to lowercase
- [x] Bcrypt the password and then check while logging whether they match or not
- [ ] Improve the UI of the homepage
- [ ] Implement buy deals endpoint
- [x] Update profile functionality
- [x] Implement forgot password functionality## Instructions to Contribute
1. Fork the repository.
2. Clone the forked repository to your local machine.
3. Navigate to the client directory and install dependencies:
```bash
cd client
npm install
npm run dev
4. Navigate to the server directory and install dependencies:
```bash
cd client
npm install
npm run dev# NOTE:
Add an .env file outside the src folder with the following environment variable:
`VITE_APP_HOST=http://localhost:8080`