Api for my personal projects that is being hosted on render, So you can also use that if you need. Some of my angular projects use api from this project.
https://pankajphour.netlify.app
https://nodeapi-pwyk.onrender.com
In this project we have written code for the API's and database connection to store and provide data to our frontend projects.
- Author : Pankaj Phour
- Project usage : used by Front end projects (Face detection and a dummy project)
- Tools used : ExpressJs
- Node vesion : 16.16.0
- Date : 26 May 2023
Run npm start for a dev server. Navigate to http://localhost:3000/. The application will automatically reload if you change any of the source files.
To get more help on the node application use npm help or go check out the Node Overview and Command Reference page.
Currently the project uses index.js and not index2.js but this doesn't mean that index2.js is useless I'll later merge both files code and write the code in proper structure of models routers etc. I'm leaving this for future.