Skip to content

switr - simpler than twitter -- backend part using nodejs, express and socket.io

License

Notifications You must be signed in to change notification settings

sigit-prayoga/switr-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switr-backend

SWITR - simpler than twitter -- Backend part using nodejs, express, mongoDb and socket.io

Run it in your local

Make sure you have npm and node installed in your machine

Navigate to the folder where you clone the project.

$ cd switr-backend

And then, you have to install all dependencies using npm

$ npm install

If you have MongoDB already in your computer. Run your mongoDb server

$ mongod

Default, your server will be running on /data/db, to check go to your terminal again and type:

$ mongo

$ show dbs

Finally, run node to run the server

$ node server.js

Todos

  • Create Users collections with MongoDB

About

switr - simpler than twitter -- backend part using nodejs, express and socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published