Skip to content

rsheldon3ayers/CodeChallenege

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACT Hooks CRUD app

A CRUD app built with React hooks, GraphQL and Appollo client on the front end.

On the backend it's built with Node.js, GraphQL, Express.js, express-graphql, mongoose and MongoDB.

Installation

Open the frontend folder in the terminal and run npm install. Do the same thing in the backend folder

npm install

The Frontend can be started by entering

yarn start

in the frontend terminal

The backend server can be started by entering

npm run dev

in the backend terminal.

Notes

TODO:

  • Check for duplicate entries.

  • Force format on phone number.

  • Implement a more flexible date input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published