Skip to content

A CRUD app for organizations that need to work from home

Notifications You must be signed in to change notification settings

flynndcs/work-from-home

 
 

Repository files navigation

Work From Home

Work From Home is a CRUD application for project management. It uses a React front-end, Node/Express back-end, and MySQL server hosted on AWS RDS.

Installation

Run npm install in cloned directory and 'client' sub-directory.

Run npm run build in 'client' subdirectory. This will build the optimized front end React client.

Run npm start in root directory. This serves the application at localhost:9000. The api is also served on this same port, with Express Router handling routing.

About

A CRUD app for organizations that need to work from home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • HTML 6.6%
  • CSS 1.8%