Skip to content

saberdaagi/ErlangMongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErlangMongo

This project is considered as a POC developped with Erlang and MongoDB wich consist of

  • CRUD of User

Features

  • Setting up the connection to the Mongo database
  • Setting up the web server
  • Exposing the REST web services

Tech

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

Installation

The project requires rebar .

Install the dependencies and devDependencies and start the server.

$ ./Build.sh
$ ./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages