- Nodejs
- Aws Account
- Amplify cli
Skilly is an application that allows you to create a registry of your employees. You can also store useful information such as their address and what skills they may have.
Skilly uses React and Material Design for the front-end. Apollo and GraphQL are used for API interaction, and Amazon's DynamoDB for data storage.
This project was intended to be used with an Amplify Framework. Here is a good video to show you how to get an Amplify API up and running. https://s3.us-east-2.amazonaws.com/amplify-get-started-video/amplifyclisetup.mp4
- Navigate to the project directory
- Install all node modules with
npm install
and then runnpm start
- Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.