Project designed to assist a local community to report social problems.
These instructions will get you a copy of the project up and running on your local machine for whatever purposes.
Please make sure you import all dependencies at your local folder.
npm install
After setting the basics instructions up, please make sure you're using the correct database credencies.
const con = mysql.createConnection({ host: "localhost", user: "root", password: "1234", database: "mydb" });
- NodeJS
- Express
- MySQL
- AWS (Amazon Web Service)
- Heroku
- ClearDB
- EJS
- Multer
- CSURF