An open API service indexing awesome lists of open source software.

https://github.com/kevinadhiguna/worky-talky

worky-talky is a web application powered by restful API for an enterprise to manage its employee's data by conducting CRUD actions.
https://github.com/kevinadhiguna/worky-talky

employee express-handlebars expressjs nodejs rest-api

Last synced: 7 months ago
JSON representation

worky-talky is a web application powered by restful API for an enterprise to manage its employee's data by conducting CRUD actions.

Awesome Lists containing this project

README

          

# Worky Talky

Worky Talky is a web application powered by restful API for an enterprise to manage its employee's data by conducting CRUD actions.


## How to Run :

1. Copy `.env.example` to create `.env` and fill `DATABASE_URL` and `PORT`.


2. Install dependencies : `yarn install`.


3. Start the app :

Development :

```bash
yarn dev
```

Production :

```bash
yarn start
```


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=worky-talky&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)