Git Product home page Git Product logo

mern-stack's Introduction

Node Express Server with TypeScript

For help getting started with Node Express, view online documentation.

2. Clone the repo

$ https://https://github.com/asif-simform/MERN-Stack.git
$ cd MERN-Stack/backend

3. Install dependency

$ npm install

4. Starts the application in development using nodemon and ts-node to do hot reloading.

npm run dev

5. Starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.

npm run start

6. Builds the app at build, cleaning the folder first.

npm run build

7. Runs the jest tests once.

npm run test

8. Run the jest tests in watch mode, waiting for file changes.

npm run test:dev

9. Format your code.

npm run prettier-format

10. Format your code in watch mode, waiting for file changes.

npm run prettier-watch

๐Ÿ“– App architecture

  • src
    • constants
    • db
    • middlewares
    • modules
      • users
    • routes
    • utils

๐Ÿ’ป Built With

๐ŸŽ‰ Features

  • Minimal
  • TypeScript v4
  • Testing with Jest
  • Linting with Eslint and Prettier
  • Pre-commit hooks with Husky
  • VS Code debugger scripts
  • Local development with Nodemon

๐Ÿ›ก๏ธ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘จโ€๐Ÿ’ป Author

๐Ÿ‘ค Mark Teves

๐Ÿฐ Contributing

๐Ÿ™ Support

This project needs a โญ๏ธ from you. Don't forget to leave a star โญ๏ธ

mern-stack's People

Contributors

asif-simform avatar super0827 avatar markteves avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.