KatieFrey / Red-Tracker

Create application forms and track them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red-Tracker

Build Status

Create application forms and track them.

Tech Used

  • Express
  • PostgreSQL
  • React.js

Install

Clone the repo and install npm packages

git clone https://github.com/inclusion-red/Red-Tracker.git
cd Red-Tracker
npm install

This should install root packages, /frontend packages, and /server packages

Start Development

To start dev start npm inside the project folder

npm run start-dev

This should run react server for frontend and nodemon for express server (server).

Regular start

To start the project then you need to build the frontend (cause of react) then start the server

npm run build-frontend
npm start

This should run without nodemon or react server.

About

Create application forms and track them.


Languages

Language:JavaScript 76.8%Language:CSS 12.8%Language:HTML 10.3%