Skip to content

pranjalkar99/TunedIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Make sure you have the following software installed:

  • Python (version 3.6 or above)

Installation

  1. Clone the repository:

    $ git clone https://github.com/pranjalkar99/TunedIn.git
     
  2. Then Install python Virtual environment:

    $ python -m venv env

    Activate the Virtual Environment: If you have Windows:

    $ ./env/Scripts/Activate

    If you have Mac/Linux:

    $ source /env/bin/activate
    
  3. Install the dependencies:

$ pip install -r requirements.txt
  1. Usage:
$ uvicorn main:app --reload --port 8000
            Then go to /docs for proper documentations of the apis

OR

To run and create Docker(Still in testing ):

docker-compose build
docker-compose up

About

Just a Take Home Assignment for a Internship

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published