Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qkyrie/operation-hireme
https://github.com/qkyrie/operation-hireme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qkyrie/operation-hireme
- Owner: Qkyrie
- Created: 2023-02-28T07:50:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-02T07:52:12.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:43:06.883Z (7 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Hiremeplz
===## Building the application
This application is built using npm. The build the application, run the following command:
npm install
This will install all the dependencies and build the application.
## Running the application
First, create a .env file following the layout form the .env.example file. Then, run the following command:
To run the application, run the following command:npm run init-db
npm startThis will start the application on port 3000.
## Running the tests
This is a POC application, so there are no tests.
## Creating a docker image
To create a docker image, run the following command:
docker build -t hiremeplz .