- Email : admin@gmail.com
- Password : admin
This is a basic website where user see all projects which are pending and which are completed.
Our website is a comprehensive platform designed to facilitate efficient project management and collaboration. With our user-friendly interface and robust functionality, users can easily log in, access their personalized dashboards, and seamlessly navigate through various project-related features. Overall , Our website provides a comprehensive solution for project management, connecting project owners with interested parties and fostering collaboration. With our intuitive interface and powerful features, we aim to streamline the process of project creation, sharing, and discovery, ultimately enhancing productivity and efficiency for all users
- Email : admin@gmail.com
- Password : admin
1) Front-end:
* React (HTML5, JS, CSS3)
* Redux (React-redux, redux-thunk)
* Chakra Ui
* External CSS Libraries (Styled-Components, framer-motion)
2) Back-end:
* Node
* Express
* Mongoose (server-databse)
* www.cyclic.sh (To Deploy Server)
3) DataBase:
* MongoDB (MongoDB Atlas)
1) react
2) react-dom
3) react-scripts
4) styled-components
5) react-router-dom
6) react-icons
7) chakra ui realated libararies including chakra icons
8) react-slick
9) axios
10) redux, redux thunk, react-redux
11) chartJS
1) express
2) cors
3) dotenv
4) mongoose
5) nodemon
1) navigate to Front-end directory
2) use node version 16 or higher. version 18 is recommended
3) run command npm install
(make sure you are confirming url of server)
npm start /*or*/ npm run start
npm run build
1) navigate to Back-end directory
2) use node version 16 or higher. version 18 is recommended
3) run command npm install
npm start
npm run server
in .env file provide MONGODB_URL with proper credentials
if MONGODB_URL not declared in .env, by default it will connect to local data base
in case not working try changing MONGODB_URL in Back-end/config/db.js