Skip to content

An express JS repo integrated with mongodb, cloudinary,swagger and admin bro right out of the box. Just clone and start building 🤓#hacktoberfest #hactoberfest-accepted #nodejs #expressjs

License

Notifications You must be signed in to change notification settings

Keerat666/ExpressJS-Starter-Template

Repository files navigation

Express Template

Your go to Backend kit for starting a NodeJS project

To start using this backend at the earliest, a few steps have to be done first for the setup

  • Create a .env file
  • If you want to connect to a mongo instance, initialise the variable process.env.mongoPath
  • If you want to use cloudinary then intitialise
    cloud_name: process.env.CLOUDINARY_CLOUD_NAME,
    api_key: process.env.CLOUDINARY_API_KEY,
    api_secret: process.env.CLOUDINARY_API_SECRET
  • the swagger documentation is available at localhost:8000/api-docs
  • the adminbro dashboard is available at localhost:3000
  • for the detailed API's documentation, there is a json file in docs, which can be easily imported to Postman

This repository is completly open source and can be used by anyone.

Also this repository can be deployed to Heroku as it is and it would start running without any other configuration if the .env file is in place.

In case you want to add a feature to this repository, please feel free to raise issues and I would be more than happy for you to contribute to this repo 👨🏽‍💻

About

An express JS repo integrated with mongodb, cloudinary,swagger and admin bro right out of the box. Just clone and start building 🤓#hacktoberfest #hactoberfest-accepted #nodejs #expressjs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published