Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kvng/nextjs-appwrite
A simple authentication web app with Nextjs and Appwrite
https://github.com/s-kvng/nextjs-appwrite
appwrite appwrite-auth nextjs
Last synced: about 16 hours ago
JSON representation
A simple authentication web app with Nextjs and Appwrite
- Host: GitHub
- URL: https://github.com/s-kvng/nextjs-appwrite
- Owner: s-kvng
- Created: 2024-04-04T20:14:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T17:42:40.000Z (8 months ago)
- Last Synced: 2024-11-11T01:35:18.656Z (about 2 months ago)
- Topics: appwrite, appwrite-auth, nextjs
- Language: TypeScript
- Homepage: https://nextjs-appwrite-one.vercel.app
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEXTJS-APPWRITE AUTH
A simple web application that utilizes next.js for the front-end and appwrite for the backend.
![Nextjs](https://img.shields.io/badge/-Nextjs-black?style=for-the-badge&logoColor=white&logo=next.js&color=020203)
![Appwrite](https://img.shields.io/badge/-Appwrite-black?style=for-the-badge&logoColor=white&logo=appwrite&color=FD366E)
![Tailwindcss](https://img.shields.io/badge/Tailwindcss-black?style=for-the-badge&logoColor=white&logo=tailwindcss&color=06B6D4)
![Typescript](https://img.shields.io/badge/typescript-black?style=for-the-badge&logoColor=white&logo=typescript&color=3432a8)> Basically the only feature available now.
- **Nextjs integrated with appwrite auth feature**
- **Persist user data from appwrite when logged in**This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
> Please Fork or Clone this repo.
Follow these steps to set up the project locally on your machine.
### Prerequisites
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- ``` node -v```
- [npm](https://www.npmjs.com/) (Node Package Manager)
- ```npm -v ```### Setup
Clone this repository to your desired folder:
```bash
git clone [email protected]:s-kvng/nextjs-appwrite.git
cd or cd nextjs-appwrite
```Install the project dependencies with:
```bash
cd or cd nextjs-appwrite
npm install
```
Then, run the development server:```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js and appwrite, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Learn Appwrite](https://appwrite.io/docs) - a backend as a service.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
> This is the awesome team that built this project.
👤 **Nathaniel E. Adama** 🧑🏻💻
- GitHub: [@s-kvng](https://github.com/s-kvng)
- Twitter: [@sirr_nathan](https://twitter.com/sirr_nathan)
- LinkedIn: [Nathaniel E. Adama](https://www.linkedin.com/in/nathaniel-e-adama-93802a234/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Acknowledgments
- [Hitesh Choudhary](https://www.youtube.com/@HiteshChoudharydotcom)
## 📝 License
This project is [MIT](./LICENSE) licensed.