Faouzi ANNAJAH, wants to share the immense experience of the NAMX HUV the largest fuel cell SUV.The request of the CEO & Founder at NamX is to share the immersive experience of the largest HUV: To present the performance indicators of the vehicle in a futuristic way, creates the process pre-ordered on the website of the brand.
Server Side: Node, Express
Server: Node, Express
Database: Mongo DB
Clone the project
git clone
Install dependencies
npm install
Run the project
npm run dev
Method | Endpoint | Description |
---|---|---|
POST |
localhost:5000/api/v1/NAMAX/signup |
SignUp |
POST |
localhost:5000/api/v1/NAMAX/signin |
SignIn |
GET |
localhost:5000/api/v1/NAMAX/user/:id |
GetProfile |
PUT |
localhost:5000/api/v1/NAMAX/User |
UpdateProfile |
| GET
| localhost:5000/api/v1/NAMAX/LiveSearch/engine
| LiveSearch|
| GET
| localhost:5000/api/v1/NAMAX/Cars
| GetAllCars|
| GET
| localhost:5000/api/v1/NAMAX/CarDetails
| GetCarDetails|
| POST
| localhost:5000/api/v1/NAMAX/PreOrder
| SetPreOrder|
| GET
| localhost:5000/api/v1/NAMAX/PreOrder
| GetAllPreOrders|
| PUT
| localhost:5000/api/v1/NAMAX/PreOrder/:id
| UpdatePreOrder|
| DELETE
| localhost:5000/api/v1/NAMAX/PreOrder/:id
| DeletePreOrder|
| POST
| localhost:5000/api/v1/NAMAX/PreOrder
| ConfirmPreOrder|