kzkaneoka / reddit-short-videos

MIT License
0 stars 2 forks source link

Reddit Short Videos

System Design

alt text

Frontend

Please run the following commands AT FRONTEND DIRECTORY.

(frontend)$ npm install # install dependencies
(frontend)$ npm run dev # running react with json-server for development

json-server

json-server hosts fake REST API and you can requests CRUD operations such as GET, POST, PUT, and DELETE.

Try the links after the above commands.