This project will run an ExpressJS Rest API App with SwaggerUI API Documentation.
- Database running on localhost, (default is Mysql)
- Clone this repository
git clone [email protected]:aridwan/nodejs-express-swagger.git
- Install dependency
npm install
- Create Database
npm run db:create
- Run migration
npm run db:migrate
-
Rename
.env-example
into.env
-
Run App
npm start