This is a simple project that implements a web application that can be used to deliver Cloud storage services. The web app is implemented in node js and uses Mongo db as the database of choice.
To get started
- Install Node Js on your Computer
- Install all the dependancies from package.json inside this project folder
- Install Mongo Db client
- Create a mongo collection named
MawingCloud
You are now ready to get started, just type nodemon app.js
or node app.js
to get started and visit 127.0.0.1:8000 on your browser and you should see the app started.Hurray !