项目作者: DamQuangKhoa

项目描述 :
Fastify Boilerplate Dockerize With Nginx Boilerplate
高级语言: JavaScript
项目地址: git://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git


Fastify Dockerize With Nginx Boilerplate

Welcome to Fastify Dockerize Application 👋


Version

Documentation


Maintenance

Bakcend for Fastify

🏠 Homepage

Clone the repository

  1. git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git

Requirements

  • Docker
  • Docker Compose

Technologies

  • Docker
  • Docker Compose
  • Fastify
  • Nginx
  • ORM Sequellize
  • Postgresql Database
  • Mongodb (Mongoose)

Documents

  • Part 1:
    @tarusharora/how-to-build-a-node-js-api-with-fastify-mongodb-docker-and-postman-f1ffab912ece"">https://medium.com/@tarusharora/how-to-build-a-node-js-api-with-fastify-mongodb-docker-and-postman-f1ffab912ece
  • Part 2:
    @tarusharora/how-to-build-a-node-js-api-with-fastify-mongodb-docker-and-postman-part-2-cf2d8092aa71"">https://medium.com/@tarusharora/how-to-build-a-node-js-api-with-fastify-mongodb-docker-and-postman-part-2-cf2d8092aa71

Install

  • Start With ORM Sequelize
    ```sh
  1. git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git
  2. cd fastify-nginx-docker-boilerplate
  3. bash start.sh
  4. Run in http://localhost:3050/
    ```
  • Start With Mongodb Database
    ```sh
  1. git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git
  2. cd fastify-nginx-docker-boilerplate
  3. git checkout mongo_db
  4. bash start.sh
  5. Run in http://localhost:3050/
    ```

Author

👤 Dam Quang Khoa

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the [contributing guide]

Show your support

Please give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Dam Quang Khoa .

This project is ISC licensed.