rltube-backend Backend for RLTube What is it ? Starting your server Run your backend by typing npm install npm start or yarn install --production yarn run start Run tests Run the test by typing npm install --dev npm test or yarn install yarn run test Tests are written with AVA Dependencies Fastify (API serve) Mongoose (MongoDB database connection) Ava (For test purpose)