Skip to content

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

Notifications You must be signed in to change notification settings

rashidmakki/viga-entertainment-assessment

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published