It is a full-stack web application that shortens a link and also allows you to view statistics of who clicked on it
git clone https://github.com/ich-kirich/URL-Shortner.git
cd URL-Shortner
cd server
npm install
cd ..
cd client
npm install
- npm install - Set up all necessary dependencies
- npm start - build the project and start the server
- npx sequelize-cli db:migrate - start the migration process
- npx sequelize-cli db:seed:all - upload seeds(optional)
- npm run dev - start the project in developer mode and start the server
- npm start - start the project in developer mode and start the client
- npm run build - build the project
- Backend: NodeJs, Dotenv, Typescript, Eslint, Nodemon, PostgreSQL, Eslint, Prettier, Postman, ExpressJS, Sequelize ORM, Docker, GeoIpLight, BrowserDetec, IP, UserAgent, Http-status-codes, Node-config, Nanoid, Cross-env
- Frontend: React, Redux, Typescript, Material UI, SCSS, Eslint, Prettier, Axios, Normalize CSS