Skip to content

nss-day-cohort-44/rare-fast-and-flurrious-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published