Skip to content

Muhire-Josue/express-app-starter

Repository files navigation

express-app-starter

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.

Requirements

  • Nodejs v10-13 - a JavaScript run-time environment that executes JavaScript code outside of a browser
  • POSTGRES - a database management system for data persistence
  • .env.example - a file that contains all the variable environment for this project

Installation

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.git

cd into the project

cd express-app-starter/

Install dependencies

npm install

Tests

npm install

Run server

npm run dev

Usage

Head over to postman (or web browser) and hit this URL GET: http://localhost:3000

Contributing

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.

License

MIT

About

This is a quicker starter template for express and node applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published