This is a project to create a blog for developers to share their Blogs, Articles, Notes and News. This project is the backend part of the project.
To get a copy of the project up and running on your local machine for development and testing purposes, you need to follow the following steps.
- Node.js
- Clone the repository
git clone
- Install the dependencies
npm install
- Create a
.env
file in the root directory of the project and add the following environment variables
PORT=3000
DATABASE_URL=postgres://username:password@localhost:5432/dbname
APP_NAME=`Dev Recipes Blog`
SALT_ROUNDS=Numeric Value
JWT_SECRET=Secret Key
JWT_EXPIRES_IN=Time
- Run the project
npm run dev
- Node.js 🔄
- TypeScript 📝
- GraphQL 🚀
- PostgreSQL 🚀
- Prisma ⏳
Dev Tousif
This project is licensed under the MIT License - see the LICENSE file for details.