You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Node app which works something like FireBase . it takes data as input and host them over a API
How To Setup :
1. Clone this Repo
2. Set MongoURI and PORT (8101) in .env file
3. nodemon command in Command Prompt and run the server
How To use :
1. visit the localhost for your server in browser
2. visit "/db" and create DataBase
3. after that create Collection in your DataBase
4. insert Data in Created Collection
5. use Api at "/api" .
About
A Node.js Application. it takes data as input and host them over a API. You can Create DataBase and Collection in it and upload data in collections. everything will be hosted at api endPoint