This project is considered as a POC developped with Erlang and MongoDB wich consist of
- CRUD of User
- Setting up the connection to the Mongo database
- Setting up the web server
- Exposing the REST web services
The project uses a number of projects to work properly:
- Erlang OTP - is set of libraries and design principles providing middle-ware to develop a backend applications which is based on Erlang wich is a programming language used to build massively scalable soft real-time systems with requirements on high availability
- MongoDB - MongoDB is a cross-platform document-oriented database program
The project requires rebar .
Install the dependencies and devDependencies and start the server.
$ ./Build.sh
$ ./start.sh