A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
- SEO
- Login of Teacher (username: teacher1, password: teacher1)
- Course Content
- Adding Courses (Teacher's job)
- UI/UX (CSS, JavaScript, Bootstrap, JQuery)
- Uploading and Downloading Files (AJAX, JavaScript) - Teacher's job
- Responsiveness (Bootstrap, CSS)
OpenLessons Screen | Course Content Screen | Login Screen | Teacher's Main Screen | Adding Courses Screen | Documents of Courses Screen | Uploading and Downloading Files Screen |
---|---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
1. Κατεβάζουμε Visual Studio Code και Node.JS
2. Κατεβάζουμε τα plugin για Node.js και Typescript στο VS CODE
3. Κατεβάζουμε το XAMPP και ξεκινάμε τη MySQL βάση δεδομένων
4. Αλλάζουμε στο config.js τα στοιχεία τα οποιά αντιστοιχούν στην βάση δεδομένων του XAMPP
5. Εκτελούμε την παρακάτω εντολή στο terminal του VS CODE
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Το API εκτελέιτε στην θύρα 3000, μπορείτε με ένα browser να μπείτε στο localhost:3000/docs και να διαβάσετε το documentation
- Figma for UI/UX
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.