Baladeyti

IOS Project Backend of a Mobile application designed for the citizens wich provides them with the informations needed about their neighberhood. This application gives the users the ability to report a claim to the municipality he is registred to. Search for historical and public locations near the user's location.

about

Initially appeared on gist.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

A step by step series of examples that tell you how to get a development environment running

Say what the step will be 1.

npm install
npm install express
npm dev start

Running the tests via http://localhost:3000/

you either use postman via this url : http://localhost:3000/

or

you go to the url via navigator : http://localhost:3000/

Login Tests

to login you can test

POST http://localhost:3000/users/login  

send the username and password :

    ContentType/applicationJson 
    {
        "emailAddress":"example@gmail.com",
        "password": "examplePassword" 
    }

Built With

Authors