Belajarsip is a platform to bring together instructors with students or knowledge seekers. Instructors can create classes and a schedule for delivery of materials. Meanwhile, student can find the class that suits what he wants.
Belajarsip Backend is a part of belajarsip that serve API for Belajarsip Front End
- Node.js
- MySql
- Bcrypt
- JWT
- Express
Belajarsip ED
- Open your terminal or command prompt
- Clone the project
git clone https://github.com/sipamungkas/belajarsip-backend.git- Move to the belajarsip-backend directory
cd belajarsip-backend- Install required dependencies
yarn installor
npm install- Set Up environtment variables
- Copy .env.example to .env
- change the configuration inside .env based on machine configuration
cp .env.example .env- Run development server
yarn devor
npm devstart to run the program on production mode
dev to run the program on development mode
