/restApi

A express crud api using mongoDB and nodejs

Primary LanguageJavaScript

Rest Api

A node.js api crud using mongoDB and express

Getting Started

To run and test the api, you basically need to run as a service the database mongoDB and make requests by using apps like insomnia or postman.

Prerequisites

During the process to build this api, it was necessary some imports. Use npm/yarn add following this tools.

express
mongoose
body-parser
jsonwebtoken
bcryptjs
nodemailer
nodemailer-express-handlebars

After that, put it inside the project like this:

const express = require('express');

Besides that, you should create an account at mailtrap to test your e-mails sent

Built With

  • MongoDB - The noSQL used
  • Nodejs - JavaScript runtime built
  • Express - A framework node.Js used to control routes and manage data from HTTP requests
  • JWT - Used to generate token authentications

Next Step

  • Build an mobile app that uses this api

This project looks great, - it's time to merge! :shipit: