The QR connect api is an ecommerce website
- Ecom website
Before running this project, ensure you have the following prerequisites:
- NodeJS v16+
- Mongodb
- Typescript
-
Clone the repository:
git clone https://github.com/splashray/QR_connect-api.git
-
Install the dependencies:
cd QR_connect-api npm install
-
Configure the environment variables:
- Rename the
.env.example
file to.env
. - Modify the
.env
file and update the necessary variables.
- Rename the
-
Start the server:
npm start
The API documentation is available here
😁 Coming soon!!!
npm start
: Starts the server.npm test
: Runs the tests. (WIP)npm run lint
: Performs linting checks. (WIP)npm run dev
: Starts the server in development mode with automatic reloading.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push the changes to your branch:
git push origin feature/your-feature
. - Submit a pull request.