Backend of the simple CMS app created with Node, Express, Typescript, MySQL, JSON Web Tokens, bcrypt, multer, moment. Live version of the app.
The goal of this project is to provide a simple backend which combined with the frontend repo are to build a simple and fast content management system.
Project is created with:
- TS-Node: 10.9.1
- Express: 4.18.2
- MySQL: 2.18.1
- Typescript: 5.0.2
- JSON Web Tokens: 9.0.0
To run this project, install it locally using npm:
git clone https://github.com/mikolajhere/be-cms.git
cd be-cms
npm install
npm start