Skip to content

patmellon/mushroom-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mushroom project

git clone git@github.com:Pat878/mushroom-project.git
cd mushroom-project
pip install -r requirements.txt

If you don't have Django installed then run:

pip install Django

Create a .env file at the root of the project and add:

API_LINK=YOUR-API-LINK

Replace YOUR-API-LINK with the link you created when you set up AWS API Gateway.

Now you can start the project:

python manage.py runserver