Skip to content

pratikmane1299/employee-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published