Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xvashishth/flic
Chat | Link | Form
https://github.com/0xvashishth/flic
Last synced: about 4 hours ago
JSON representation
Chat | Link | Form
- Host: GitHub
- URL: https://github.com/0xvashishth/flic
- Owner: 0xvashishth
- License: mit
- Created: 2023-09-23T10:14:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:09:07.000Z (8 months ago)
- Last Synced: 2024-05-02T04:49:09.734Z (7 months ago)
- Language: TypeScript
- Homepage: https://flic.vercel.app
- Size: 3.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLIC <> Form | Link | Chat 🔥
This is the web application on creating serverless form, shortening the links and on site chat support 🎉
## Features 🎊
- 🌐 Easily shorten URLs for efficient sharing.
- 📝 Intuitive forms without the hassle of hosting servers.
- 👉🏻 User-friendly interface for seamless form creation.
- 💬 Elevate user engagement with dynamic chat support. (Coming Soon 🤘)## Getting Started
### Prerequisites ⚙
- [NodeJs](https://nodejs.org/docs/latest/api/)
- [NextJs](https://nextjs.org/docs)
- [MongoDB](https://www.mongodb.com/docs/)### Installation 💻
1. Clone the repository
```sh
git clone https://github.com/0xvashishth/FLIC.git
```
2. Install NPM packages
```sh
cd flic/client && npm install
```
```sh
cd .. && cd server && npm install
```
3. Run the server and client saperately (check the port configuration and environment variables)
Go to the server directory and run
```sh
npm start
```
Go to the client directory and run
```sh
npm run dev
```## Usage 🚀
1. Open your browser and navigate to `http://localhost:3000`.
2. Signup with valid email ID
3. Verify email
4. SignIn to the platform
5. Create link, form and enjoy 🚀## Creators 😎