Skip to content

Zubair94/recipes-node-api

Repository files navigation

Recipies Typescript REST API Boilerplate

Simple API with Node.js , MongoDB, PostgreSQL

Development server

Run npm run dev:nodemon for a dev server. Navigate to http://localhost:8080/api/v1. The app will automatically reload if you change any of the source files using nodemon.

Webpack Compile and Production

Run npm run compile to compile the project with webpack. Run NODE_ENV=production node dist/server.js to run the project in Node Production

About

Simple API with Node.js, MongoDb, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published