This is my solution to a challenge to build an api using Node.js, Express.js, PostreSQL + Sequelize ORM, JWT, Nodemailer and Docker.
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.
Please fill out your .env file according to the sample I provided under docs
folder
$ docker-compose up --build
$ docker-compose up
localhost:8080
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.