Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2.16 KB

README.md

File metadata and controls

53 lines (43 loc) · 2.16 KB

NaoLibre

NaoLibre is an open-source Android application and Web application that includes an API for Nantes' public transportation system. It is a project developed by students from the University of Nantes.

Application Android (NaoFood)

We have developed an Android application that allows users to find cooking recipes based on the name, origin and number of people. You can find more information about the Android application in the Android README.

Web application (NaoLibre)

We have developed a web application that allows users to find information about Nantes' public transportation system. This app is based on the TAN API. We permit users to find information about the next bus/tramway, if there are any disruptions, and the next departures from a specific stop.

Start the project (at the root of the project)

begin starting the project start the mongodb service

sudo service mongodb start

after, go into the directory database and do

npm i
npm start

Now you can start the projet at the root of the project with the following command:

npm install
npm run i
npm run start

Theses commands will start the API_Tan, API_User and the web application at the same time.

Project report

You can find the projects reports in the docs directory. The reports are in French. Reports:

Figma

Link to the Figma of the project.

Team