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.
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.
I choose Node.JS for its simplicity and it's efficience.
For the Server, it is implemented using Express. It pretty easy to handle routes and to use.
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 |