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.
- Host: GitHub
- URL: https://github.com/kevinadhiguna/worky-talky
- Owner: kevinadhiguna
- Created: 2020-10-25T06:28:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T04:51:15.000Z (about 3 years ago)
- Last Synced: 2025-01-11T12:19:19.357Z (9 months ago)
- Topics: employee, express-handlebars, expressjs, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
