https://prompter-dun.vercel.app/
Here're some of the project's best features:
- Search, Create, Update and Delete A.I. Prompts
- Authentication and Authorisation using JWT Tokens
- Smooth UI and Navigation
- Ability to Like and Track your created Prompts
1. Clone the repository
git clone [email protected]:Devansh501/Prompter.git
2. Navigate to the master folder
cd Prompter
3. Install dependencies for frontend and backend both.
npm install
4. Make sure that any necessary environment variables are set. You might need to create .env files in both the backend and frontend folders.
5. Start the backend server in the server folder
npm start
6. Start the frontend development server in the client folder
npm run dev
Technologies used in the project:
- ReactJs
- JavaScript
- Tailwind
- NodeJs
- ExpressJs
- MongoDB
- JWT Tokens