Skip to content

Web app allowing administrators to view completed forms and manage projects and employees.

Notifications You must be signed in to change notification settings

robbiegreiner/construction-forms-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Construction Forms

Construction Forms simple form submission and management system using a PostgreSQL backend and Node.js, and user applications built for the web with React and mobile with React Native.

const-forms

Getting Started

Clone down this repository and install npm. Execute the following command in your CLI.

npm install

To start the application on localhost:3000, enter the following command.

npm start

When to componenet loads it will make an API call to the Construction Forms backend server.

Additionally, forms filled out on the Construction Forms React Native application will be accessible on the web app.

Running the tests

All React components and javascript functions are tested using the command

npm run test

Built With

Extensions

  • Implement web sockets
  • Add form creation feature
  • Add Redux

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Web app allowing administrators to view completed forms and manage projects and employees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published