Skip to content
/ node-api-starter Public template

A minimalist starter project for Node.js API using JWT + IP auth, Express, CRUD and caching.

Notifications You must be signed in to change notification settings

aymxdd/node-api-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node API starter by @aymxdd

This is a minimalist starter project for Node.js API using JWT + IP auth, Express, CRUD and caching.

Project setup

Install dependencies:

npm install or yarn

Then, copy the .env.example file to a new .env file and fill in the values.

Barebones usage

Then in the terminal run the commands you need:

  • Development mode:

    yarn dev

  • Production mode:

    yarn build then yarn start

Roadmap

  • Add response formatter
  • Add testing
  • Add logging
  • Add database wrapper
  • Add docker support

About

A minimalist starter project for Node.js API using JWT + IP auth, Express, CRUD and caching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published