Skip to content

Dmart331/musicHistoryApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drew's Music History

An API Music history by Drew. Used to expose relevant database resources for view, creation, editing, or deletion.

##Steps to Install

The API uses the Django framework, running on Python 3.6

To install the project locally:

  1. Set up Python 3.6 on your machine per the install instructions
  2. Install pip
  3. Install Django 1.10.5 via pip: pip install django
  4. Clone the repository to desired location
  5. Migrate the database tables. In the main project directory ~/drewsmusic/musicHistory (where manage.py is located), run the command python manage.py migrate
  6. Start the development server. Run the command python manage.py runserver. Take note of the IP address and host port given.
  7. Start a browser, and navigate to the IP and port, followed by /api/. i.e. 127.0.0.1:8000/api/.

##Installed Dependencies

The API relies upon the following dependencies:

  1. Python >v.3.6
  2. Django >v1.10.5

##System Config

The API should run on all systems that meet the dependency requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages