Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Restful template with React.js & Node.js/Express.js - typeorm as the ORM - Mysql as the DB

License

Notifications You must be signed in to change notification settings

neprep-org/restful-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restful Starter

A monorepo containing backend/frontend starters for a restful project.

What's in?

  • Backend:

    • Ready Authentication & Authorization
    • Tested Endpoints
    • Good project structure
  • Frontend:

    • Ready Authentication & Authorization
    • Adaptable Dashboard
    • Responsive web

Backend's structure

Our project's backend uses modules structure as in nestjs, where each feature (user management) has it's folder with it's routers, controllers, validations, models and repository.

  • common : this folder contains utilities that can be used by all of our modules.
  • middleware : contains application's middlwares
  • utils : contains application's utility functions
  • db : contains our app's datasourc provider since we're using typeorm

About

Restful template with React.js & Node.js/Express.js - typeorm as the ORM - Mysql as the DB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages