Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 954 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 954 Bytes

Rare Publishing Platform Notes

Setup

You are going to need a minimum of two terminal sessions open for this project at all times. Go ahead and open two now.

Project Directory

  1. In the first terminal, make a directory on your system for the code for this project. For example, ~/workspace/python/rare.
  2. cd to that directory.
  3. Create two sub-directories.
    1. client
    2. server

Client Setup

  1. In the same terminal session, cd to the client directory.
  2. git clone git@github.com:nss-day-cohort-44/rare-stucco-turtles.git . <-- note the single dot at the end.
  3. npm install to get all required packages installed for the React client.
  4. npm start

Server Setup

  1. In the second terminal session, cd into the rare/server directory.
  2. pipenv shell
  3. pipenv install watchgod autopep8
  4. watchgod request_handler.main

ERD

ERD for this project