/Hoot-api

Backend for my Twitter application clone

Primary LanguageTypeScriptMIT LicenseMIT

Hoot-backend

Hoot-backend is api server for my Twitter-like web application.

Installation

  1. Make sure you have Node.js (16.14.0) installed.

  2. Get the connection string at Mongo Site

  3. Fill out the .env file

PORT=port_you_wish_to_use
JWT_SECRET=some_secret_text
MONGO_URI=mongo_uri
  1. Install dependencies
npm install

How to run it

npm run start:dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT