Fork it, clone it, maybe even fix a bug?Use it however you please: Welcome to the Project Y Boilerplate.
Your project begins with an idea, but it evolves into something much more, not least when you figure out your core reason why. The implemented stack is below, but custom configurations are encouraged.
Typescript Tailwind Nextjs Fastify Docker MongoDB
1. Node.js >= 10
2. Docker
1. Install packages:
yarn
3. Run project:
yarn start:dev
4. Run in Production:
yarn build
yarn start
Using Swagger for the endpoints documentation. Swagger UI available at [http://localhost:3000/docs\](http://localhost:3000/docs).
Additional Postman collection attached to repository.