Skip to content

A Blog made with: Typescript, Express, TypeORM, and others.

License

Notifications You must be signed in to change notification settings

IgorVini25/TrueNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueNews

A simple Blog Project.

license node ver prs

FeaturesRequirementsInstallation and RunTechnologiesLicense

🚧 Stopped 🚧

Features

  • Admin

    • Create Admin
    • Edit Admin
  • User

    • Create User
    • Edit User
  • Auth

    • Admin Auth
    • User Auth
  • Posts

    • Create Post
    • Edit Post
    • Create custom Route
    • Like and Dislikes
  • Comments

    • Create Comment
    • Like and Dislike

In future.

  • Front-end
    • Home Page
    • Page to posts
    • Admin Page
    • User Page

Requirements

Before Run this project, you need some requirements.

Installation and Run server

First clone this repository

# First clone this repository
$ git clone https://github.com/IgorVini25/TrueNews.git
# Enter in repository Folder
$ cd TrueNews
# Install Dependencies
$ yarn install

# Create Database
$ yarn create-db

# Create Database Tables
$ yarn typeorm migration:run

# Run Server
$ yarn dev

# You Can Test The Project At http://localhost:3333

Technologies

The techs used to development of this project are:



📝 License

This project License is MIT. See LICENSE File for more details.

Made with ♥ by IgorVini25

Releases

No releases published

Packages

No packages published