Skip to content

Akshay-N-Shaju/Pizza-API-Node-PG-Docker

Repository files navigation

Node JS, Express, Postgres, Docker !

  • Steps

    1. Clone this repository.
    1. Update config/config.json with your database connection details
    1. Build Docker Image.
docker build . -t <username>/pizza-api
    1. Run the Container.
docker run -p 8010:8010 -d <username>/pizza-api
    1. Check the server.
http://127.0.0.1:8010

Without Docker Image.

    1. To Run Mocha Test Cases
npm test
    1. To test the APIs Simply
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published