Skip to content

An example API using Express with Typescript. This project also contains deployment settings to AWS environment.

Notifications You must be signed in to change notification settings

DaviGn/ExpressApiExample

Repository files navigation

About

This is an example of REST api using Express. To run this project follow the instructions below:

  • Install the dependencies
npm run install
  • Generate Prisma schema
npm run prisma:generate

Now you can run it! To run the server:

dev:server

Running dependencies

This project is set to run with Postgres and Redis. You can run they using Docker. Run the following to get this dependencies up and running:

docker-compose up

Production

To run it as production build, first run:

npm run build

Now you can run the following:

npm run server

About

An example API using Express with Typescript. This project also contains deployment settings to AWS environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages