Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 804 Bytes

Assessment On Food Delivery

Assessment on Food Delivery using NodeJS, Express, Sequelize , Postgres, EC2, S3 Bucket, RDS, ElasticBeanStalk

Deployed Live:

Add Database details:

  • Add or change database details in .env file.

          DB_HOST=localhost
          DB_PORT=5432
          DB_NAME=food_delivery_db
          DB_USER=postgres
          DB_PASSWORD=new_password
          SERVER_PORT=3000
    

How to install and start the application:

  • To install all the dependencies:

          npm install
    
  • To start application:

          npm start