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
- Host: GitHub
- URL: https://github.com/rizamamedow/mystore
- Owner: RizaMamedow
- Created: 2023-06-14T10:05:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T11:30:29.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T14:09:59.185Z (5 months ago)
- Language: TypeScript
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 frontendFor 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.