Skip to content

Marg1na1/stroyka-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client side

Installation and Launch steps (Windows):

CRA:

  1. In the clent folder, launch a terminal and type npm i.
  2. Next type npm start.

env

  1. In client folder create .env.local file.
  2. Populate .env.local with .env.example.
  3. Restart app.

Server side

Installation and Launch steps (Windows):

MongoDB:

  1. Install MongoDB 5+
  2. Start MongoDB server as a Service

Python

  1. Install Python 3.8+ version.
  2. Type "pip install -r requirements.txt" in root folder
  3. Go to "server" folder
  4. Create ".env" file and fill it like ".env.example" substituting your values
  5. Type "python run.py"
  6. Wait till server is started on 80 port.

Home page

Image alt