(Work in progress) The prototype platform of work about the floristry industry. There is a list of newest work offer and the user can register as an employer or employee. The employer's panel currently operating where can add a new job offer. The project is building with a back-end version with Node.js connecting with MongoDB Atlas and front-end version build witch React. The platform works on remote servers like Heroku and Netlify. Soon will be implemented new features like employee's panel. editing job offer, google maps api etc.
- react-create-app
- redux
- react-router
- axios
- styled-components
- formik
- yup
- jest
git clone https://github.com/PiotrGrobelak/work-with-flowers-frontend
npm start
npm run build
npm test
- express
- mongoose
- passport
- body-parser
- cookie-parser
- bcrypt
- cors
- dotenv
- jsonwebtoken
git clone https://github.com/PiotrGrobelak/work-with-flowers-backend
npm start
npm run dev
- atomic design pattern(front-end version)
- eslint(airbnb standarts)
- prettier
- husky/lint-staged
- nodemon
- storybook