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

https://github.com/seniru/defendxstore


https://github.com/seniru/defendxstore

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Defendxstore

![Coveralls](https://img.shields.io/coverallsCoverage/github/Seniru/defendxstore?label=API%20coverage)

> E-commerce platform for DefendX clothing store. This project was implemented as per requirements of SLIIT Software Engineering degree.

This app is created using the **MERN** stack.

## Requirements

- Node.js
- mongod (and optionally mongosh), if running the database instances locally.

## Setting up

Run the following commands to set up the application locally.

```sh
# Clone the repository into local machine
git clone https://github.com/Seniru/defendxstore

# Navigate to the project directory
cd defendxstore
```

Follow instructions provided in [backend](./backend/README.md) and [frontend](./frontend/README.md) to setup each of those components.

## Contributing

- Fork this repository
- Create a new branch for your feature. `feature-auth` for example.

```bash
git checkout -b feature-your-feature-name
```
- Commit your changes. Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) style when creating commits. `feat: add login button` for example.
- Push your changes

```bash
git push
```
- Create a pull request