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

https://github.com/matheuseabra/minimal-nodejs-starter

A minimal Node.js API with JWT auth and a simple user web-service, ideal for starter projects.
https://github.com/matheuseabra/minimal-nodejs-starter

boilerplate express jest jwt minimal nodejs

Last synced: 2 months ago
JSON representation

A minimal Node.js API with JWT auth and a simple user web-service, ideal for starter projects.

Awesome Lists containing this project

README

          

# Minimal Node.js API Starter

![Version](https://img.shields.io/badge/version-1.0-green.svg)

A minimal Node.js API with JWT auth and a simple user web-service, ideal for starter projects

## Features

- User registration
- User authentication
- User editing
- User removal

* Express as Node web server
* Mongoose for object modeling and schemas
* MongoDB as data storage
* JWT Auth as authentication strategy

## Running locally

Install dependencies:

```javascript
npm install // or

yarn install
```

Start the server:

```javascript
npm start

yarn start
```

## Author

This project was written by Matheus Seabra