-
Frontend: React.js
-
Backend: NodeJS
Backend Folder Structure
The generated application has the following backend folder structure:
srcfolder which contains your working files that will be used later to create the build. The src folder contains folders as:-
auth- config the library for authentication and authorization; -
db- contains such folders as:-
api- documentation that is automatically generated by jsdoc or other tools; -
migrations- is a skeleton of the database or all the actions that users do with the database; -
models- what will represent the database for the backend; -
seeders- the entity that creates the data for the database.
-
-
routes- this folder would contain all the routes that you have created using Express Router and what they do would be exported from a Controller file; -
services- contains such folders asemailsandnotifications.
-
-
Database: PostgreSQL
Jainil570/TRIPOD_
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|