Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adebsalert/express-mongo-jwt-api

A structured Express, Mongo, JWT API boilerplate
https://github.com/adebsalert/express-mongo-jwt-api

Last synced: about 1 month ago
JSON representation

A structured Express, Mongo, JWT API boilerplate

Awesome Lists containing this project

README

        

# Structured Express Mongo JWT Boilerplate

## Installation

- Install NodeJS, MongoDB
- Install `npm` or `yarn`
- Rename `.env.example` to `.env`
- Edit variables in `.env`
- Run `npm install`
- Start MongoDB
- Run `yarn run dev` or `npm run dev`
- Check `http://localhost:3000/api/status` to see it works