Skip to content
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.

say4n/connect-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnivNet backend

Get started

  • Fork & clone this repository
  • Install anaconda or miniconda
  • Navigate to the root of your local repository and type conda env create -f environment.yml
    • This will create a virtual env UnivNet_env with all necessary packages installed
  • If using PyCharm (preferably), change your project interpreter to this virtual environment, otherwise, activate the environment from terminal.
  • You'll also need the .env file to access the project settings
    • Get it from the Google Drive
    • Place it in the project root
    • Be responsible, handle the .env file like you'd handle your passwords
    • An example env file is provided at .env.example

Quick help

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.5%
  • HTML 11.5%