Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.02 KB

Node Template

Description

This node template has been made with heart, it is free to use but do not hesitate to send a little message. It is pretty simple to use, it only use simple technos.

Technos

Database

For the database, I choose to use MongoDb, it is, for me, the simplest way to start with database. Really simple and fast to create a cluster and database. Must of all, it is FREE.

Language

I choose Node.JS for its simplicity and it's efficience.

Server

For the Server, it is implemented using Express. It pretty easy to handle routes and to use.

API

Route Method Documentation
/api/signin POST https://github.com/PencilEater/node-template/blob/master/docs/Signin.md
/api/signup POST https://github.com/PencilEater/node-template/blob/master/docs/Signup.md