ts-yarn-basic-starter-server-CustomResDBmon

A starter folder to start your project in TS, Node.js, mongoDB

Stars
1
Committers
2

TypeScript Yarn Basic Starter Server

This is a basic starter server template using TypeScript, Yarn, and MongoDB with custom responses.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Node.js (v14 or above)
  • Yarn (v1.22 or above)
  • MongoDB (installed and running locally or accessible remotely)

Installation

  1. Clone the repository:

    git clone https://github.com/Pycreater/ts-yarn-basic-starter-server-CustomResDBmon.git
    
  2. Navigate into the project directory:

    cd ts-yarn-basic-starter-server-CustomResDBmon
    
  3. Install the dependencies:

    yarn install
    

Usage

After installing the dependencies, you can start coding and building your server.

Starting the Server

To start the server, run:

yarn start

The server should now be running, and you can start developing your application.

Contributing

Feel free to contribute by submitting issues or pull requests.

License

This project is licensed under the MIT License.