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

https://github.com/rizamamedow/mystore

Simple backend and frontend of the store site, the site will be complemented in the future
https://github.com/rizamamedow/mystore

Last synced: 3 months ago
JSON representation

Simple backend and frontend of the store site, the site will be complemented in the future

Awesome Lists containing this project

README

        

# MyStore

The backend is written in **django**, the
frontend is written in **react** **typescript**,
the styles and components are also used
**Material UI**, the installation will be
described in detail if the installation
did not happen, write me an email: **[email protected]**

### Installation
To install a site, you need to start from the backend

#### Backend
First go to the /server/ backend folder and repeat the commands:
```
py -m venv venv
venv\Scripts\activate
pip install -r requirements.py
py manage.py migrate
py manage.py collectstatic
```

#### Frontend
Go to the /client/ frontend folder and install the dependencies:
```
npm install
```

### Run
Be sure to start the backend first and then the frontend

For command backend ` py manage.py runserver`

For Frontend team ` npm run start`

Run and admire
if in some aspects
wrong tell me
I'll be waiting for your criticism
And by the way, criticism is accepted.