Skip to content

Olexandr-Andriyenko/react-python-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Useful information

About The Project

Project Image

A user-friendly platform where anyone can create User Cards with their personal information.
This way, you can keep track of your code buddies all in one place.

(back to top)

Built With

React Flask Chakra JavaScript Python Vite Render

(back to top)

Getting Started

Instruction commands are written for mac users (UNIX), make sure to use the right commands if you are an windows user.

Prerequisites

  • Install Node.js (Project was build with v18.18.2)

  • Install Python (Project was build with v3.12.4)

  • Clone the repository

    git clone  <git lab template url> <project_name>
  • Install dependencies in backend folder

    sudo pip install -r requirements.txt
  • Install dependencies in frontend folder

    sudo npm install
  • In "backend" folder start the flask server

    sudo flask run --reload
  • In "frontend" folder start the React App

    sudo npm run dev

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

Open localhost with the port 5172: http://localhost:5173/
In your case the port could be different.

(back to top)

Contact

@LinkedIn

(back to top)

Useful information

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published