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

https://github.com/mariaseverino/rest-api

🔒 An authentication with node.js.
https://github.com/mariaseverino/rest-api

knex node nodemailer sqlite

Last synced: 5 months ago
JSON representation

🔒 An authentication with node.js.

Awesome Lists containing this project

README

          

# Api Rest

:lock: An authentication with node.js.

### :white_check_mark: Status


🚧 ------------------- 🚀 Under Development ------------------- 🚧

### :pushpin: Features

- [x] Register
- [x] Authenticate
- [x] Forgot Password
- [x] Send Email
- [x] Password Reset
- [ ] Improvements

### :zap: Technologies

* [Express](https://expressjs.com/en/starter/installing.html)
* [Nodemon](https://nodemon.io/)
* [Knex](http://knexjs.org/)
* [Nodemailer](https://nodemailer.com/about/)
* [Crypto](https://nodejs.org/api/crypto.html)
* [Bcryptjs](https://github.com/dcodeIO/bcrypt.js)

### :game_die: How to Use

Before the start, you need to have [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/).

```bash
# Clone this repository
$ git clone https://github.com/mariaseverino/api-rest.git

# Go to the repository
$ cd api-rest

# install the dependencies
$ yarn install

# Run
$ npm start
```
### :pencil: License

This project is under the MIT license. See the [LICENSE](./License.md) for more information.