Skip to content

coolspace2020/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolSpace Backend

Steps to install

Once you clone the repository create a virtual environment and activate it.

$python3 -m venv venv
$. venv/bin/activate

Install CoolSpace

$pip install -e .

Once installed check it with the following command

$pip list

Run

$ export FLASK_APP=coolspace
$ export FLASK_ENV=development
$ flask init-db
$ flask run

Open http://127.0.0.1:5000 in a browser

and that's it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors