Skip to content

FornesBorja/socialNetworkBackend

Repository files navigation

Social Network

Welcome to my 5th project for GeeksHub Academy and my second backend project.

Like

Summary 📝
  1. Deploy
  2. Stack
  3. DB Scheme
  4. Installation
  5. Endpoints
  6. Futures functionalities and things to improve
  7. Author

Deploy

Stack

DB Scheme

DB Scheme
We have three documents, posts is weak because it needs user to work and comments (which I don't use right now but is a possible feature in the future) is weaker, it needs author_id to work and comment_id to work because it has to reference a post and can be made by any user.

Local installation

  1. Clone the repository git clone https://github.com/FornesBorja/tatooStudioBackend.git
  2. Open the folder
  3. $ npm i
  4. Copy the .env.example file, change the name of the copy to .env.
  5. Write the .env file with your server parameters, to make the server work.
  6. $ npm run seed
  7. $ npm run dev

Endpoints

Futures functionalities and things to improve

🔲 More endpoints (extra endpoints)
🔲 Comment section

Author

  • Esperanza Fornes - student Full Stack Developer Web

About

Second backend project for GeeksHub academy.

Resources

Stars

Watchers

Forks