A Node.js boilerplate project with simple CRUD and User Authentication endpoints. This project is separated in backend and frontend directories.
On "backend" directory, to install the dependencies, run:
$ npm install
On "backend" directory, to start the server (on port 3000), run:
$ npm start
On "frontend" directory, to install the dependencies, run:
$ npm install
On "frontend" directory, to start the server (on port 8080), run:
$ npm start