Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashidmakki/viga-entertainment-assessment
Assessment on Food Delivery using NodeJS, Express, Sequelize , Postgres, EC2, S3 Bucket, RDS, ElasticBeanStalk
https://github.com/rashidmakki/viga-entertainment-assessment
aws ec2 ec2-instance elasticbeanstalk express nodejs postgresql rds rds-postgres s3 s3-bucket sequelize sequelize-orm swagger swagger-ui
Last synced: about 1 month ago
JSON representation
Assessment on Food Delivery using NodeJS, Express, Sequelize , Postgres, EC2, S3 Bucket, RDS, ElasticBeanStalk
- Host: GitHub
- URL: https://github.com/rashidmakki/viga-entertainment-assessment
- Owner: rashidmakki
- Created: 2024-03-26T08:01:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:39:06.000Z (10 months ago)
- Last Synced: 2024-11-11T18:19:05.286Z (3 months ago)
- Topics: aws, ec2, ec2-instance, elasticbeanstalk, express, nodejs, postgresql, rds, rds-postgres, s3, s3-bucket, sequelize, sequelize-orm, swagger, swagger-ui
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assessment On Food Delivery
Assessment on Food Delivery using NodeJS, Express, Sequelize , Postgres, EC2, S3 Bucket, RDS, ElasticBeanStalk## Deployed Live:
- Deployed [Web service](https://viga-entertainment-assessment.onrender.com/api-docs/)
- Deployed [AWS Web Service](http://nodejs-food-server-app-env.eba-f3mf4uud.ap-southeast-2.elasticbeanstalk.com/api-docs/)
## 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