Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 577 Bytes

Forum API using GraphQL

This is an implementation of a Forum backend service delivered using a graphql interface

Getting Started

# clone the project
git clone [email protected]:einnor/graphql-forum-api.git
cd graphql-forum-api

# Install dependencies
yarn

# Configure environment variables
mv env.example .env # Then modify the values accordingly

# Run migrations
npx sequelize-cli db:migrate

# Run seeders
npx sequelize db:seed:all

# Run the server
yarn run dev

# Access GraphQLi
http://localhost:4000/graphql