Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.46 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.46 KB
react graphql apollo-graphql postgresql

Employee Management App

A fullstack application build with react, apollo graphql and postgresql.

Requirements

  • npm
  • Docker

Getting Started

  1. Clone the repo
  git clone https://github.com/pratikmane1299/employee-management-app.git
  1. Install Dependencies
  cd client
  npm install

  cd server
  npm install
  1. Setup environment variables

Create .env in client & server directories and copy variables from respective .env.sample file.

Use DATABASE_URL variable only for production database connection string.

  1. Run the application
  • Start graphql server
  cd server
  docker-compose up
  • Start react app
  cd client
  npm start

License

The project is licensed under the MIT license. Read license for more information.