项目作者: 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 👋



Bakcend for Fastify
Clone the repository
git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git
Requirements
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
- git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git
- cd fastify-nginx-docker-boilerplate
- bash start.sh
- Run in http://localhost:3050/
```
- Start With Mongodb Database
```sh
- git clone https://github.com/DamQuangKhoa/fastify-nginx-docker-boilerplate.git
- cd fastify-nginx-docker-boilerplate
- git checkout mongo_db
- bash start.sh
- 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.