Advanced JavaScript course final work
- Possibility to register and login.
- User can create new threads and posts, delete and edit his own threads and posts.
- Website's administrator can create, delete and edit threads and messages.
Also i used Simon Grimm tutorial
- Run npm install
- Run npm run setup-env
- Rewrite as you want .env file
- Run mongo database
- Run npm run watch
- Create VirtualHost with domain name that you writed in .env file
- Start apache server
- Enter in browser your domain name.
- Now you can sign up and use website.
P.S. If you want to have admin, you have to create user with userStatus "admin", manually in mongo database.