Shadoworker / portal

Home Page:https://portal-eta-umber.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

FRONT

Start the front end Nextjs app

1 init

npm install
# or
yarn

2 run

npm run dev
# or
yarn dev

BACKEND

Start the back end StrapiJs app

0 Database

- Check the .env.local file to create a mysql database with the specified values

- Clone the .env.local file and rename it .env

1 init

npm install
# or
yarn

2 run

npm run develop
# or
yarn develop

About

https://portal-eta-umber.vercel.app


Languages

Language:TypeScript 83.8%Language:CSS 9.9%Language:JavaScript 4.6%Language:HTML 0.9%Language:Dockerfile 0.8%