Full TypeScript MEAN StackFull TypeScript MEAN Stack
A MEAN stack skeleton fully written in TypeScrypt in both front and back end.Full TypeScript MEAN Stack
A MEAN stack skeleton fully written in TypeScrypt in both front and back end.Overview
This is a MEAN stack skeleton to quickly get you started with your MEAN app project. The Node.js backend is built in TypeScript, the database used is MySQL and the Angular front-end is inpired from the free Core UI project. You can change to PostgreSQL or anything else as you need.
It has all the necessary main components already created for you (classes, configs, routes, etc), all you have to do is to just look at the samples and build from that. Saving you a lot of time
It also has script that you can use to build and package your app (both client and server) in ES5 JavaScript for deployment on a Linux server.
Features
- configs (database, routes, JWT, logging),
- models (logic for your models, for a specifc table in your database)
- routes (all your APIs routes)
- Error logging with Winston
- Helpers: auth guard, pipes
- Services: for your HTTP calls to back end.
- Pages: login, register, home, error
Requirements
Node.js, Angular, MySQL client, a text editor or IDE instaled on your laptop
Instructions
Instructions are provided with the source code in the README file in the root directory, but feel free to contact me if you have any questions
Category | Scripts & Code / JavaScript / Miscellaneous |
First release | 21 December 2020 |
Last update | 21 December 2020 |
Files included | .css, .html, .sql, Javascript .js |
Tags | admin template, html, css, MySQL, express, angular, NodeJS, typescript |