studentrant / studentrant-api

[WIP] Need to report abuses in your school? Student Rant is the best platform that offers you an anonymous shield while reporting abuses happening in your school. We also provide different chat rooms where you get to connect with other students across the globe. Here, you get to say your mind with no restraints, share values and school materials as well as connect with like minds. Welcome on board as we get you the necessary help suited just for you!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STUDENT RANT API

installation

yarn install

test

e2e test

yarn test e2e

unit test

yarn test unit

run the unit test without using docker yarn coverage:unit

run both e2e and unit test together

yarn test

lint

yarn lint

lint fix

yarn lint:fix

generate html documentation

yarn doc

pushing documentation to upstream

$ cd html-doc
$ git push origin

start up mongodb database

$ yarn docker:up
$ yarn db:start

stop mongodb database

$ yarn db:stop

purge mongodb database (deletes the entire database)

$ yarn db:drop

start local server

yarn start:dev

start local server in development mode

yarn start:dev:watch

About

[WIP] Need to report abuses in your school? Student Rant is the best platform that offers you an anonymous shield while reporting abuses happening in your school. We also provide different chat rooms where you get to connect with other students across the globe. Here, you get to say your mind with no restraints, share values and school materials as well as connect with like minds. Welcome on board as we get you the necessary help suited just for you!

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.3%Language:Shell 0.7%