LeoSouzaNunes / user-registration-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wunder-user-registration-api

An API to store payments registration using MongoDB. After following the steps make sure to run the front-end, you can find it here.

How to run

  1. Clone this repository
    git clone https://LeoSouzaNunes@bitbucket.org/leosouzanunes/wunder-user-registration-api.git
  1. Go to the folder
    cd wunder-user-registration-api
  1. Install the dependencies
    npm i
  1. Run the server
    npm run start

To check if it's everything ready to go, make a get request on http://localhost:5000/check you should receive back a "mate!" message.

About


Languages

Language:JavaScript 89.0%Language:Shell 11.0%