Features • Requirements • Installation and Run • Technologies • License
-
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
Before Run this project, you need some requirements.
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
The techs used to development of this project are:
This project License is MIT. See LICENSE File for more details.
Made with ♥ by IgorVini25