Skip to content

MuhammadKashifShamim/Express-Mongo-ECMA-API-Starter-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express, Node and Mongo API Starter Boilerplate with ECMAScript

This Boilerplate is setup to get you up and running qucikly with a few specific things in mind. Firstly its setup with ECMAScript and babel to allow newer JS features to be utilized at the backend level. Swagger UI has been setup to easily setup and test any new api without requiring Postman. Some more bells and wistles to make the experience as easy as possible which you can explore at your own speed.

Setting up project on Local Machine

git clone https://github.com/MuhammadKashifShamim/Express-Mongo-ECMA-API-Starter-Boilerplate.git

Install Dependencies

npm install

Start MongoDB

mongod

Run Application

npm run dev

Generate a Build

npm run build

Please note the generating a build will create a new dist folder which will contain the entire build.

Contributing

Contributions, discussions, and feedback are welcome! Please keep in mind that this project is still a WIP, so I suggest asking if there are any active plans on feature changes before submitting new PR 👍

License

MIT License. Click here for more information.

About

A simple Express and Mongo API Backend Starter template with some additional things setup to help the process

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published