Skip to content

jdmejiav/TuPcIdeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuPcIdeal

Now you can visit our webpage on

TuPcIdeal

DigitalOcean Referral Badge

Purpose

The objective of this wiki is to save all the relevant information of this project, which can be the different assignments, progress, meetings with the team, information of interest to the team, etc.

Project setup

The following guide will explain in detail how to configure the development environment and all the tools required for the project. Therefore, it is essential not to skip any installation step.

[[TOC]]

Programs

1. Python

Python will be used Version: 3.9.1 According to OS

  • Windows: Python
  • Ubuntu on terminal type sudo apt-get update then sudo apt-get install python3.9.1
  • To check if everything was fine, run in terminal o Windows: Python –version o Linux: Python3 --version

2. Pip

To install pip, the Windows console will be used ('cmd') or using Linux from bash, the following command must be executed once Python is installed in the previous step.

  • Command: python get-pip.py o To check if everything was fine, run in terminal: pip --version

3. Django

Django you must have the previous steps installed and after this using pip run in cmd for Windows or in bash for Linux

  • Command: pip install Django == 3.1.6

4. Development environment

Visual studio code is required for the environment. This can be downloaded from the official website: Vs code

  • Once the development environment is installed, select the option image.png to install the following extensions:

image image image image

5. Git

To install git it depends on your os

  • Windows Use the following link: Git

image

Select download

image

Watch this video to install and set up git and put your username and mail Tutorial

  • Linux

    Depend on your distro run the command in your terminal Git install

  • Some git commands

    Note: the first two commands are required to run if you are using git for the first time

image

for more info see Git Cheat Sheet

6. Node

To work on the frontend you need to install Node.js to run the frontend server

to install node on windows open this link and continue with the install Node.

On Linux follow this tutorial Installation of Node.js on Linux

6.1 Npm

To install react and the others require libraries to the project you need to install npm to do this you need to install first Node.js then on the terminal run npm install npm@latest -g

one you install npm and use a git-clone of our project you need to run this command to install all the dependencies for the project running npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published