This is API for e-study companies. You can use most of function inside real study with this API. You can become student or teacher. SO if you wish be teacher and publish own course or be student, join current course .
Install dependencies:
$ yarn installor
$ npm installYou will need MongoDB connection url and your e-mail config for e-mail sender services.
After geting a MongoDB connection url update DATABASE_LINK environment variable value in the .env file.
Also you must write e-mail adress and password according EMAIL and EMAIL_PASSWORD environment vairable value in the
.env file.
Please run commands below. Then you can start editing the page by modifying src/index.js.
Run for development
$ npm run dev Run for production
$ npm startLinting and Prettier
$ npm run lint
# and
$ npm run prettierFor any issies, contact me with e-mail [email protected]
MIT License - http://www.opensource.org/licenses/mit-license.php