- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Hello it's me Qusai Issa and Muhammad Alabadsa
from Palestine
and this is an E-commerce project.
This Project was built with TypeScript, MYSQL, Node.js and Sequelize
Clients
- E-commerce project that is connected to MYSQL dataBase
- Follow TypeScript best practice
- Follow GitHub flow
- Create, Read, Update and Delete functions (CRUD)
not deployed yet
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code.
- Node JS.
- Git bash.
- GitHub Account.
- Mysql
Clone this repository to your desired folder: Use git clone command or download ZIP folder run the following commands
Install this project with: npm Example command:
cd my-project
npm init -y
npm install -g typescript
npm install -g ts-node
npm install --save-dev typescript @types/node @types/express
npm install mysql
npm i --save-dev @types/mysqlTo run the project, execute the following command: npm start or live server Example command:
npm run devTo run tests, run the following command: npm test Example command:
npm test👤 Authors Qusai Issa
- GitHub: @qusai122
- LinkedIn: Qusai Issa
Muhammad Alabadsa
- GitHub: @mAbadsa
- LinkedIn: Muhammad Alabadsa
- Build an E-commerce that uses a MYSQL database
- Validate and expect all errors that will occur
- Using TypeScript and express
- Using RESTful APIs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
if you like this project, kindly give it a star.
We would like to thank all our colleagues and trainers in TAP for helping us.
This project is MIT licensed.