Skip to content

lisboaxd/maquinadebusca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine

Python search engine.

Creating the project

Install the virtualenv: sudo apt install python-virtualenv and sudo apt-get install python3-venv

Create the local virtualenv: python3 -m venv venv

Activate the virtualenv: source env/bin/activate

Installation

Use the command to install the project:

pip install -r requirements.txt

Running the server

To run the server, type on terminal:

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages