Skip to content

willtunner/ForumAvaliateTest

Repository files navigation

Forum

Avaliation test

How to run it

Have sure that MySQL is running at your machine (or remote database, as you want)
Create a database with the name forum
Remove the comment from Forum.sync ({force: true}); found in forum/Forum.js to create a table in the database, after the created table you have to comment again so as not to recreate the table.
We can run the project with yarn dev to run in development mode
using the endpoint https://localhost:3000/ we go to the project's home page

Libs

Dependencies
ExpresJS: https://expressjs.com/pt-br/
Sequelize: https://sequelize.org/
MySQL2: https://www.npmjs.com/package/mysql2
Body-Parser: https://github.com/expressjs/body-parser#readme
EJS: https://github.com/mde/ejs
Slugify: https://github.com/simov/slugify
tinyMCE: https://www.tiny.cloud/get-tiny/self-hosted/

Developer Dependencies
ESLint: https://eslint.org/
Nodemon: https://nodemon.io/
Prettier: https://prettier.io/
Sucrase: https://www.npmjs.com/package/sucrase


Enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published