Skip to content

A REST API built with Express and Deployed in AWS Elastic Beanstalk

Notifications You must be signed in to change notification settings

ferlarag/eb-backend-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eb-backend-example

A REST API built with Express and Deployed in AWS Elastic Beanstalk

Project Commands

npm run dev: Spin up the server to test locally.

npm buil: run this command befire deploying to AWS Elastic Beanstalk.

Packages

  • Typescript
  • Express
  • Nodemon: Automatically reloads the dev server
  • Prisma

Project Structure

  • src:
    • index.ts: The entry point for this application
    • routers: A folder containing all the routes and routers
  • dist:
    • All the code Elastic needs to run the server

About

A REST API built with Express and Deployed in AWS Elastic Beanstalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published