server under nodejs and express
How to prepare for the dependencies?
cd First_try
./setup.sh
How to start the database and server?
./start.sh
How to test if mongo DB is running?
curl localhost:27017
How to test if server is running?
curl localhost:3000
Where is the data stored?
In the directory First_try/mongodb_data/
How to stop the database and server?
./stop.sh