This repository contains the server-side code for the app Dram Journal, the code for which may be found here https://github.com/seatonct/dram-journal-client.
To Test:
-
To clone this repository, open a terminal window, navigate to the desired directory, and then run
git clone [email protected]:seatonct/dramproject.git
. -
Cd to
dramproject
. -
Run
pipenv shell
. -
Run
pipenv install
. -
Run
code .
to open the project in VSCode, and then start the debugger (if prompted, choose the Django debugger).