Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 986 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 986 Bytes

cf-backend

CommunityFocus is a sharable time tracking app for teams.

Getting Started

To contribute:

  1. Clone the backend and frontend repos (linked below).
  2. Install nodejs (we will be using npm).
  3. Open a terminal and cd into backend repo and run npm i and then npm run dev.
  4. Open another terminal and cd into the frontend repo. Run npm i and then npm run dev.
  5. PORT number will default to 4000 unless specified in the '.env' file as PORT. Otherwise, open your browser and go to http://localhost:4000/ to open the backend server.
  6. However, you will need the frontend repo to run the complete app. Clone and run https://github.com/CommunityFocus/cf-frontend to see the frontend.

Stack

Related repositories