Skip to content

This is my solution to a challenge to build an api using Node.js, Express.js, PostgreSQL + Sequelize ORM, JWT, Nodemailer and Docker

Notifications You must be signed in to change notification settings

neslihankara/express-postgre-api

Repository files navigation

This is my solution to a challenge to build an api using Node.js, Express.js, PostreSQL + Sequelize ORM, JWT, Nodemailer and Docker.

Installation

In the directory you would like to have the project, clone the repository

$ git clone [email protected]:neslihankara/express-postgre-api.git

Open the project in your coding environment.

Providing the environment variables

Please fill out your .env file according to the sample I provided under docs folder

Install the dependencies

$ docker-compose up --build

Run the stack

$ docker-compose up

Access the stack from an API client

localhost:8080

Using the Postman Collection File

Please see the express-postgres-api.postman_collection.json under docs folder. To open up this collection on Postman, navigate to Postman > File > Import > Find and choose this file.

You can now find the requests ready under your workspace.

About

This is my solution to a challenge to build an api using Node.js, Express.js, PostgreSQL + Sequelize ORM, JWT, Nodemailer and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published