Skip to content

nikhilsahni7/blog-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium-blog-app-backend

This is a medium like app backend code with user signin ,signup(authentication and authorisation) and user can create update blogs. The project is a serverless application built with Cloudflare Workers,hono,jwt and Prisma. It uses the Wrangler CLI to deploy the functions to Cloudflare's edge network.

Getting Started

To get started with the project, follow these steps:

1.Clone the repository:

git clone https://github.com/your-username/your-project.git

2.Install dependencies:

cd your-project
npm install

3.Run the development server:

npm run dev

4.Deploy the functions to Cloudflare's edge network:

npm run deploy

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

1.Fork the repository. 2.Create a new branch for your feature or bug fix:

git checkout -b my-feature

3.Make your changes and commit them:

git commit -am 'Add my feature'

4.Push your branch to your fork:

git push origin my-feature

5.Submit a pull request to the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published