https://github.com/cleversamer/taxilen
One place for all taxi service providers.
https://github.com/cleversamer/taxilen
Last synced: about 1 year ago
JSON representation
One place for all taxi service providers.
- Host: GitHub
- URL: https://github.com/cleversamer/taxilen
- Owner: cleversamer
- Created: 2022-10-12T07:37:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:29:00.000Z (over 2 years ago)
- Last Synced: 2025-01-14T18:06:57.644Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 522 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taxilen 🚀
## 🔴 Live Demo
Not live yet...
## Description
One place for all taxi service providers.
## Getting Started
### Dependencies
- Server:
- accesscontrol
- bcrypt
- cors
- dotenv
- express
- express-fileupload
- express-mongo-sanitize
- express-rate-limit
- express-validator
- http-status
- jsonwebtoken
- lodash
- mailgen
- mongoose
- nodemailer
- passport
- passport-jwt
- xss-clean
- Client:
- react
- react-dom
- react-router-dom
- react-scripts
- styled-components
### Installing
- Server:
- Write on the termianl `cd server && npm install`
- Client:
- Write on the termianl `cd client && npm install`
### Executing Program
- Server:
- Write on the termianl `cd server && npm start`
- Client:
- Write on the termianl `cd client && npm start`
## Help
- No issues detected yet...
## Authors
- [Samer A.](https://cleversamer.web.app/)
## Version History
- 1.0 🚀
- Initial Release