https://github.com/vasyl1312/simplex_group_test
https://github.com/vasyl1312/simplex_group_test
appointment-scheduling booking-system cronjob-scheduler doctor email-sender test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vasyl1312/simplex_group_test
- Owner: vasyl1312
- Created: 2024-02-16T14:06:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T11:59:33.000Z (over 1 year ago)
- Last Synced: 2025-01-08T07:47:37.697Z (6 months ago)
- Topics: appointment-scheduling, booking-system, cronjob-scheduler, doctor, email-sender, test
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Test Simplex Group
[Requirement](./requirements.txt)
## Prerequisites
This project requires NodeJS (version 8 or later) and NPM.
[Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install.
To make sure you have them available on your machine,
try running the following command.```sh
$ npm -v && node -v
8.17.0
v18.18.0
```## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Installation
Start with cloning this repo on your local machine:
```sh
$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
```For Windows users in packege.json:
```sh
"scripts": {
"start": "set NODE_PATH=./dist && node ./dist/index.js",
"dev": "nodemon",
"build": "del /S /Q dist && tsc -p tsconfig.json",
"prod": "npm run build && npm run start"
},
```To install run:
```sh
$ npm install
```## Usage
### Serving the app and building a distribution version
```sh
$ npm run build
```This task will create a distribution version of the project
inside your local `dist/` folderAfter this, project opens at http://localhost:7000 If not, just open a new tab in your browser and paste there
http://localhost:7000