Coder Social home page Coder Social logo

seismic-front's Introduction

Seismic Data Project - Front End πŸ—ΊοΈπŸŒ‹

Hello! This is a companion project to my formal application and practical test as part for my job Application with Frogmi. If youΒ΄re looking for the backend project, which is the main portion of the application, you can find it here

πŸŒπŸ’» Technolgies used:

  • React

  • Next.js

βš‘πŸƒ Requirements:

This project was developed using Node.js on WSL. It is recommended to have your node installation managed in WSL.

  1. Node.js / NPM
  2. env file

If you wish to run this project, you will need to create an .env.local file in the root of the project. This file should contain the following:

  • NEXT_PUBLIC_ROR_API_URL: the URL where the backend project is running. By default, it is expected to be running on http://localhost:8000. As given by the example file

if you wish to run the backend on a different port, you may change the NEXT_PUBLIC_ROR_API_URL constant in the .env.local file.

You can create the .env.local file by copying the .env.local.example file and renaming it to .env.local. You can do this by running the following command:

mv .env.local.example .env.local

Or you may create the file manually and add the following content:

touch .env.local
echo "NEXT_PUBLIC_ROR_API_URL=http://localhost:8000" > .env.local

Run Project

When ready to execute the project. You may use the following command:

npm run dev

NOTE: The project will run on port 3000 by default.

Please do keep in mind that this project will ONLY work if the backend project is running. Again, You can find the backend project here. Also, do keep in mind that this app expects the backend to be running on port 8000. If you wish to run the backend on a different port, you may change the NEXT_PUBLIC_ROR_API_URL constant in the .env.local file.

πŸ“πŸ“š Additional Notes:

  • As you may notice if you peruse the project, you may realise it was developed using minimal styling and libraries. This was done on purpose, as the main focus of the project was to demonstrate the functionality of the application and the interaction with the backend. This was also by design, as I wanted to demonstrate my ability to develop a project from scratch, without relying on pre-built components or libraries, and the instructions did not specify the use of any technologies or features. Those were left to my discretion, and would have made the development process easier and faster.

seismic-front's People

Contributors

lineroml avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.