| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A ready-to-use Express and TypeScript REST API template based on MongoDB.
Althpugh there are many Express templates out there, most of them come lacking specific features like media file upload, schema validation, and no adoption of TypeScript, I built this probject as a template for my future Express projects since it contains the most imortant parts to get your hands on other parts of your code.
With this template you could benefit from:
You might want to furtherly tailor this template for your needs, for example you might use a different emailing service like Sendgrid instead of nodemailer. The separation of concerns approach implemented in this project makes customizying it super easy.
Using this template in your new projects starts gives you the freedom to run it with a container tool like Docker, or you can use Node directly from the OS.
To get this project working, the first step is to create an environment-variables .env file that contains all required variables needed in the project.
npm i
If you noticed anything that you could improve for the better/fix or recommend feel free to open an issue or make a pull request.
Distributed under the MIT License.
Ali H. Kudeir - @kalideir -
| Back | FazBrowse Home | New Git URL |