Skip to content

A content management system developed with NodeJS (TypeScript, Express, JWT, Sequelize, MySQL, Multer, AWS S3, Celebrate) and ReactJS (Material UI, Redux)

License

Notifications You must be signed in to change notification settings

GabrielLinss/cms_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Backend

Note: Make sure have MySQL instance running in your machine.

Into backend folder run command yarn or npm install

Run cp .env.example .env.

In .env file put your configs of database and configs of AWS S3.

Run the following commands:

  • npx sequelize-cli db:create
  • npx sequelize-cli db:migrate
  • npx sequelize-cli db:seed:all

Run yarn dev or npm run dev to execute development mode.

Frontend

Into frontend folder run command yarn or npm install

Execute with yarn start or npm run start

About

A content management system developed with NodeJS (TypeScript, Express, JWT, Sequelize, MySQL, Multer, AWS S3, Celebrate) and ReactJS (Material UI, Redux)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published