Neural Networks - a project created as my course project for discipline "Web Development".
The app is designed for learning about neural networks, articles and books about them.
- users can explore articles and information about books in a convenient way
- administrator can add new articles to the site without knowledge of HTML markup, using a convenient WYSIWYG editor
- Frontend: React, Next.js, SCSS, Apollo, GraphQL
- Backend: PHP, Wordpress, GraphQL
- Database: MySQL/MariaDB
You will need a PHP web server and a MySQL/MariaDB database to deploy the application.
- Place the files from directory on your PHP server
- Open https://YOUR_DOMAIN/install.php in browser and follow the instructions
- Specify the data to access the database
- (Optionally) Change the data for accessing the admin panel
- Once installed, the admin panel will be available at: https://YOUR_DOMAIN/wp-admin
- Open directory in terminal
- Replace "neural-networks" in
src/apolloClient.ts
andnext.config.js
with your domain - Run:
npm i
- And then:
npm run dev