Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`