Skip to content

Fantastic-Computing-Machine/Recomender-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

On Ubuntu Platform

  1. Create a Virtual Environment. Here env is the environment name

     python3 -m venv env
    
  2. Activate the Environmnt to Install the dependencies:

     source env/bin/activate
    
  3. Install the dependencies from requirements.txt file:

     pip install -r requirements.txt
    
  4. Now the Django App is ready to run using:

     python manage.py runserver
    

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published