A MERN project to manage all your personal projects, might be used as portfolio as well. Built with MERN stack and Redux.
Additional description about the project and its features.
- MONGODB
- EXPRESS JS
- REACT
- NODE JS
- REDUX
- REACT-BOOTSTRAP
- EXPRESS-VALIDATOR
- MULTER
- ESLINT
- GITHUB ACTIONS
- VSCODE
To have this app on your pc, you need to:
-
download or clone this repo:
- Clone with SSH:
git@github.com:javitocor/Project-Management-Tool-MERN.git
- Clone with HTTPS
https://github.com/javitocor/Project-Management-Tool-MERN.git
-
In the project directory, you can run:
Install dependencies in your home folder with:
npm install
Go to the './frontend' folder and install the frontend dependencies:
npm install
And then:
npm run build
Back to the home folder, run the server:
npm run devstart
Access the page by typing in your web browser
http://127.0.0.1:8000/
You can also run the app but running the server in one port and react in another, like so: on the project root, run:
npm run devstart
on the frontend folder, run:
npm start
You can access the app by typing http://localhost:3000 in the browser.
All CRUD operations to manage Profile, Projects and Stacks.
👤 Javier Oriol Correas Sanchez Cuesta
- Github: @javitocor
- Twitter: @JavierCorreas4
- Linkedin: Javier Oriol Correas Sanchez Cuesta
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Express Docs
- React Docs
- Redux Docs
- React Bootstrap Docs
- Multer Docs
- Express Validator Docs
- Mongoose Docs
This project is MIT licensed.