Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adebsalert/express-mongo-jwt-api
- Owner: AdebsAlert
- Created: 2019-06-02T13:00:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:18:19.000Z (about 2 years ago)
- Last Synced: 2023-03-01T23:35:54.631Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 875 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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