- npm
- Docker
- Clone the repo
git clone https://github.com/pratikmane1299/employee-management-app.git
- Install Dependencies
cd client
npm install
cd server
npm install
- 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.
- Run the application
- Start graphql server
cd server
docker-compose up
- Start react app
cd client
npm start
The project is licensed under the MIT license. Read license for more information.