Obstacle Avoiding Car - API
- OAC - Obstacle Avoiding Car
- npm - Node Package Manager
- ANN - Artificial Neural Network
- API - Application Programming Interface
This is the API project for OAC.
This project serves as the Back End for the OAC project. It provides the following routes:
POST /network- Creates a new ANN and trains it with the data sent in the body of the request- More routes will be documented later.
Check the OAC-FrontEnd project for details on integration and use of the API.
- Node.js
- npm (included in Node.js)
- Install the dependencies with
npm install(or another compatible package manager) - Copy and rename
.env.examplefile to.env - Edit
.envfile to your taste - Run in development mode with
npm run devor in production mode withnpm run start