This is a quicker starter template for express and node applications. Have the folder structure, eslint and babel configurations and tests ready for your Express application.
Nodejs v10-13- a JavaScript run-time environment that executes JavaScript code outside of a browserPOSTGRES- a database management system for data persistence.env.example- a file that contains all the variable environment for this project
Use the package manager npm to install dependencies and running some pre-defined scripts.
Download the project
git clone https://github.com/Muhire-Josue/express-app-starter.gitcd into the project
cd express-app-starter/Install dependencies
npm installTests
npm installRun server
npm run devHead over to postman (or web browser) and hit this URL GET: http://localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.