AchrafLansari / employee-beta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome!

Description

Demo link : https://employee-beta-aitb3sruta-ew.a.run.app/

An Employee Management App that allows to List/Search/Add/Delete/Edit an employee

Based On :

  • React x MaterialUI
  • Node.js
  • Apollo Express (GraphQL)
  • MongoDb (Atlas) x Mongoose

Prerequisites

  1. Make sure you have these installed on your machine:
    1. Node
    2. Yarn (optional)
    3. MongoDb (recommended)
      • Create a cluster with a database
      • Add a user
      • Allow network access to your IP
  2. Follow the setup instructions below.

Setup

  1. Clone this repo to your local machine.
  2. Run yarn (or npm install).
  3. Change the MongoDb Connection information in /config/config.js
  4. Run npm start to start the server.

Notes

About


Languages

Language:JavaScript 95.5%Language:CSS 2.3%Language:HTML 1.8%Language:Dockerfile 0.3%