My first REST API built with Node.js and Express using MongoDB to provide my projects via Rest API on my personal portfolio. Additionally, I'm using JWT to authenticate the user.
·
Report Bug
·
Request Feature
Made my first REST API to provide my projects as well as making new admins on backend of my portfolio project which you can find it here. Supports all CRUD operations for both routes (projects and users).
To get a local copy up and running follow these simple example steps.
You will need npm.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/eliac7/projects-rest-api.git
- Install NPM packages
npm install
- Enter API tokens in
.env
DATABASE_URL = MONGODB_URL JWT_SECRET_KEY = YOUR_SECRET_ACCESS_KEY_FOR_JWT JWT_REFRESH_SECRET_KEY = YOUR_REFRESH_SECRET_KEY_FOR_JWT
Distributed under the GNU General Public License v3.0. See LICENSE.txt
for more information.
Ilias Thalassochoritis - @ilias_thal - elias_thal[at]hotmail.com
Project Link: https://github.com/eliac7/portfolio-in-react