Table of Contents
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.
Instruction commands are written for mac users (UNIX), make sure to use the right commands if you are an windows user.
-
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
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.
- Get a free API Key at https://example.com
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
Open localhost with the port 5172: http://localhost:5173/
In your case the port could be different.