Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

chutipon29301/typescript-express-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript Express boilerplate

This project is Typescript + Express + Mongoose boilerplate.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need the following softwares to run this project:

  • Node.js - Running javascript locally
  • npm - Normally installed with Node.js
  • yarn - Alternative to npm, recommended package manager

Installing

A step by step series of examples that tell you how to get a development env running

  1. Clone this repository
git clone https://github.com/chutipon29301/typescript-express-boilerplate.git
  1. Install dependencies
npm install     // for npm
yarn            // for yarn

Running the tests

To run tests only once, run:

yarn test

To run tests automatically while editing codes, run:

yarn test:watch

Format code

To format codes, run:

yarn format

Built With

  • Express - The web framework used
  • Npm or Yarn - Dependency Management
  • MongoDB - NoSQL Database
  • Mongoose - Object Data Modeling (ODM) library for MongoDB

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published