Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 295 Bytes

Yellow Feed

Small clone of twitter

Quick start

  1. Install mongodb to your os
  2. Run npm install
  3. Build project npm run dev
  4. Start server node server
  5. Save init data to db. Call methods: localhost:3000/api/init/users and localhost:3000/api/init/messages
  6. Enjoy!