Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.
/ citter Public archive

A micro Twitter clone using javascript technologies

Notifications You must be signed in to change notification settings

Caresle-Archive/citter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10117f2 · Oct 21, 2021

History

57 Commits
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021

Repository files navigation

Citter - Twitter clone

A microblogging app. Or just a mini-twitter clone made with ReactJS, NodeJS and MongoDB

🔧 How to install

1. Clone the repo

git clone repo

2. Enter the client folder and run:

npm i

3. Enter the server folder and run:

npm i

4. Server:

First create a .env file. Add MONGO_URI and TOKEN_SECRET

After that you can run:

npm run dev

5. Client:

npm start

Support

The project currently support the next:

  • Create user
  • Login user
  • Create message
  • See the message in the feed
  • Like message

Made with ♥️

About

A micro Twitter clone using javascript technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published