Skip to content

italomaia/mylittlework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Instructions Node

First, make sure you have node and npm installed (see: https://nodejs.org/).

Then, install dependencies:

cd ux
npm install

Run the project:

npm run dev

Your browser will open in the project url.

Django Side Notes

An Django version of the task was created inside "dj". Run it like this:

cd dj
pip install -r requirements.txt
python manage.py runserver

Python Side Notes

Python is not really required to run this project, so, I didn't use it to complete the task.

As the probable goal of this test is to see some mad python skills, I created a simple Flask project to consult the Spotify API on demand, which is, basically, all it is possible to do with python for this task.

Install Instructions

Create and load your virtualenv; then:

cd web
pip install -r requirements.txt

Then:

source .env  # if autoenv does not see it
flask run

Getting Started

The route you're looking for is /spotify/search. Start the Flask project and type the following in your browser:

http://localhost:5000/spotify/search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published