/skilly

App for keeping track of employees and their skills

Primary LanguageJavaScript

Skilly App

Requirements

  1. Nodejs
  2. Aws Account
  3. Amplify cli

Background

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.

Architecture

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.

Running Locally

Creating the API

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

Run in development mode

  • Navigate to the project directory
  • Install all node modules with npm installand then run npm 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.