evoked / audite

A full stack diary-esque minimalistic web-app that allows users to create posts consisting of a YouTube link along with some text, with a focus on music videos. Audite was created following the model-view-controller paradigm, shown through a MongoDB model, a React view, and a Node/Express controller.

Home Page:https://i.imgur.com/OrdZ1jH.png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open terminal or cmd, make sure you have git installed and NPM, and then run this command:

git clone http://github.com/evoked/audite

then to install project dependencies

cd audite && npm install && cd src/client && npm install

then to run the project, make sure you're in the audite/ directory and run:

npm start

About

A full stack diary-esque minimalistic web-app that allows users to create posts consisting of a YouTube link along with some text, with a focus on music videos. Audite was created following the model-view-controller paradigm, shown through a MongoDB model, a React view, and a Node/Express controller.

https://i.imgur.com/OrdZ1jH.png


Languages

Language:JavaScript 94.0%Language:HTML 6.0%