A simple, clean and lightweight personal project and task manager.
- Description
- Screenshots
- Dependencies
- Installation
- Configuration
- Usage
- Supported Versions
- Contributing
- Bugs and Issues
- License
Project Purple Planet is a simple, clean and lightweight personal project and task manager built using NodeJS, Express, Materialize, MySQL, HandlebarsJS and Sequelize.
Coming Soon
Project Dependencies
- "bcryptjs": "^2.4.3",
- "dotenv": "^8.2.0",
- "express": "^4.17.1",
- "express-handlebars": "^5.2.0",
- "express-session": "^1.17.1",
- "gulp-live-server": "0.0.31",
- "helmet": "^4.4.1",
- "jquery": "^3.5.1",
- "materialize-css": "^1.0.0-rc.2",
- "mysql-import": "^5.0.21",
- "mysql2": "^2.2.5",
- "passport": "^0.4.1",
- "passport-local": "^1.0.0",
- "sequelize": "^6.5.0"
Development Dependencies
- "del": "^6.0.0",
- "eslint": "^7.19.0",
- "gulp": "^4.0.2",
- "gulp-autoprefixer": "^7.0.1",
- "gulp-concat": "^2.6.1",
- "gulp-minify": "^3.1.0",
- "gulp-rename": "^2.0.0",
- "gulp-sass": "^4.1.0",
- "gulp-sourcemaps": "^3.0.0",
- "nodemon": "^2.0.7"
Installation Requirements
You will need NodeJS installed for use with this project.
You will also need the latest version of MySQL or MariaDB installed locally on your machine.
Download
Download the zip or clone this project.
git clone https://github.com/davidsaulrodriguez/project-purple-planet.git
cd project-purple-planet/
Install
Now install the required dependencies with npm.
npm install
To configure this application for use, you should create a .env
file with your database information. For convience, a sample enviroment variable file can be found in the root directory with the name of: .env.example
.
Before using this application you should create the Project Purple Planet database. You can do this by running:
npm run createDB
This command will create three databases. A production database:
purple_planet
, A development database:purple_planet_dev
, and a test database:purple_planet_test
.
After creating the database, you should build the site assets (JavaScript, CSS, Images, etc..) or else things wont work or look pretty.
npm run build:assets
If you are developing on this project, you should rebuild the assets anytime you make changes to client side files in the project or else those changes won't take effect when you are running the server.
After building the project assets and creating the database, you can start Project Purple Planet by running:
npm run start
Cleaning up the built assets and starting fresh is as simple as running:
npm run clean:build
Below is a list of the currently supported versions of this software.
Note: This project will continue to be iterated on even after it's due date and presentation for my Coding Boot Camp.
Release | Status | Initial Release | Active LTS Start | Maintenance LTS Start | End of Life |
---|---|---|---|---|---|
develop | Unstable | - | - | - | - |
v1 | ✔️ | 2021-02-23 | 2021-08-23 | - | 2022-02-23 |
v2 | 🚧 | 2021-08-20 | 2022-02-20 | 2022-08-20 | 2023-08-20 |
You can view the Status Key Map and software support model here.
Contributions are more than welcome! If you improve on this project, please feel free to share it by submitting a Pull Request.
Before contributing, be sure to check out the CONTRIBUTING and Branching Model docs.
Found a bug? Having an issue with this app? Open a new issue here.
This project and all of its source code is released and permissively licensed under the BSD 2 Clause license.