EducatedCamels / Sprint_1

Group project
0 stars 2 forks source link

Adding the new api file structure #22

Closed Deanomatic closed 7 years ago

Deanomatic commented 7 years ago

1. TITLE :

Added the file structure of the bangazon api

2. STATUS :

    Ready

3. MIGRATIONS :

YES

4. DESCRIPTION :

Must include the following

Rationale (reason behind updated changes):

Example:
We need a structure to build our API off of. This is proving a base for us to work off of.

5. RELATED TICKETS :

    N/A

6. FILES CHANGED :

All files changed

7. STEPS TO RUN PROJECT:

INSTALLATION STEPS:

Git fetch this branch to run it on your machine

RUN STEPS:

1) Point your Commmand Line Interface to the project directory, then write the following command:
    python manage.py runserver
2) Open your browser to:  http://127.0.0.1:8000

For reference: Bangazon Employee Handbook: Pull Requests

mrozenbaum commented 7 years ago

Looks good to me, the only thing i would change is take out the resources page out of the resources folder and just put it in the main project folder (sprint_1), other than that i approve for merging to master.