Skip to content

AzuraCoder/prisma-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPRESS STACK - Node Server Boilerplate

Boilerplate/starter project to easily create RESTful APIs using Node.js, Express, and Mongoose. Simply create a new Express application with one command

Quick Started

Running Server

npm run dev

Deploy

npm run deploy

and now you can development application

Features

  • Web Framework : using Express JS
  • Database No SQL : Mongo DB with object data modeling Mongoose
  • Logging : using Morgan
  • CORS : Cross-origin resource sharing using CORS
  • Environment variables : using Dotenv
  • Authentication and Authorization with jsonwebtoken JWT

Project Structure

config\         # Configuration & Database function
src\
 |--controllers\    # Controllers function
 |--middlewares\    # Custom express middlewares
 |--models\         # Mongoose models
 |--router\         # Routes
 |--docs\           # Swagger files
.env            # Environment variables
index.js        # App entry point

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published