Skip to content

nedasadamavicius/web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Application

Remake of Project 1 - Web Application https://nedasadamavicius.pythonanywhere.com

Running the project

To run current (or any) version of this project, first create and activate a virtual Python environment.

Creating a virtual environment

python -m venv .[venv name]

Activating the virtual environment

Windows:

.[venv name]\Scripts\activate

Unix or MacOS:

source .[venv name]/bin/activate

Dependencies

After creating and activating the virtual environment, you have to install the required packages, running:

pip install -r dependencies.txt

About

Remake of Project 1 - Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published