A Twitter-like API for studies
The premise of the API is a challenge from the devChallenges site
- Basic Auth Features
- Login
- Register
- Account Confirmation
- Forgot Password
- Reset Password
- User
- Update Profile Information
- Update Profile Photo
- Update Cover Photo
Server: NestJS, Express, GraphQL, Cloudinary, Nodemailer, Prisma
To run this project, you will need to add some environment variables to your .env file, check the .env.example file to see them.
Clone the project
git clone https://github.com/iankakaruzia/tweeter-api.git
Go to the project directory
cd tweeter-api
Install dependencies
yarn
Start the server
yarn start:dev
To run tests, run the following command
yarn test