Skip to content

iankakaruzia/tweeter-api

Repository files navigation

Tweeter Logo

Tweeter API

A Twitter-like API for studies
The premise of the API is a challenge from the devChallenges site

Badges

CircleCI) License: MIT

Current Features

  • Basic Auth Features
    • Login
    • Register
    • Account Confirmation
    • Forgot Password
    • Reset Password
  • User
    • Update Profile Information
    • Update Profile Photo
    • Update Cover Photo

Tech Stack

Server: NestJS, Express, GraphQL, Cloudinary, Nodemailer, Prisma

Environment Variables

To run this project, you will need to add some environment variables to your .env file, check the .env.example file to see them.

Run Locally

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

Running Tests

To run tests, run the following command

  yarn test

Acknowledgements

License

MIT

Authors

About

A Twitter-like API for studies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published